Hello All
Actually 2 days now i am learning IAP Service that unity provide
but till now i just watched and read just a money shop or item shop
there is nothing to ask player to enter his credit card to buy items
where is this kind of service i can find ! ?
is IAP done for only money shop or to create a real money system
thanks and waiting your Answers
Unity IAP is a middle service that connects to the existing stores like Google Play and Apple/iTunes. It is used to purchase virtual items in your game, like gold coins, level unlocks or other items used within your game. Once you make a purchase on the respective store, they will handle the actual purchasing process, ask for credit card, etc.
Unity IAP is not used to sell hard goods (like on Amazon).
I hope this helps.
ok i can’t find the point where the connection between google play account to code in my project using unity IAP
to link my account items with unity IAP Service ! ?
the link you sent me talking about google play steps without mention any kind of link to unity IAP Service code
When you have IAP installed, there is a drop down in the Editor that allows you to choose the store you want to target. The link that I provided previously allows you to drill down more into each store. Here is the article regarding Google and how to integrate Unity IAP with Google Play:
This article may help a bit more Unity IAP - Unity Learn