[Solved] Need help with IAP

Hello everyone. I am targeting for Google Store but i am overflowed with information. Can someone simply tell me how to add IAP to my game?

Hi,

This is a good starting point:
UnityIAP
and for Google:
start with GooglePlay and you can find more details here.

1 Like

Thank you. I see that every time you upload an updated version on play store you have to wait 24 hours? How am i supposed to make it work if i have to wait 1 dat every time i change something? Also how is bundle version code used? And how do i make a keystore?

Hi @MPS-LTD ,

I think you might find this Google Play Unity IAP doc helpful, Google Play Developer Console - IAP Configuration - Google Docs It includes a short section on how to test IAP on the Google Play store.

Also, I could be mistaken but I believe that you only have to wait 24 hours after you enter purchase metadata into the Google Play publisher console for the first time.

Hello mpinol thank you but i have no idea what product metadata evern are

Hey @MPS-LTD ,

I do not believe that Google Play store actually stores the digital items available for purchasing, it only stores things like the name and price. This is what I was referring to when I mentioned purchase metadata before.

Here is a link that you may find helpful, it should include some more of this information, Google Play's billing system  |  Android Developers