Hi guys.
I`m searching about documentation for how to do promocodes for inapp consumables or nonconsumables.
I have to something on our app? I can see here:
There is a way entering promo codes on play store app. This could be enough? I have to add some code on our app to get available that?
Kind regards.
Well, nothing? No one are using promo-code?
We have tested on google and is not working.
Is there any tutorial or steps from Unity team to get Promo-code working?
Kind regards.
Apologize about that.
I have to test it with a different account of developer.
Now promo code on google are working, testing on apple store right now.
You should not need to do anything special to redeem promo codes with Unity IAP. You’ll need to get set up with the codes in the Google Developer Console, but after that it should work the same as a regular purchase. Are you not seeing this behavior?
I just saw your edit. Glad you got it working! My understanding of promo codes on apple are that they are just for downloading the app, not for in app purchases…App Store Connect - Help - Apple Developer
Are there different promo codes you are looking at on iOS?
Hi @erika_d for support.
Yes, just found the documentation, well, its ok.
I have working at leats promo code for inapp on google with unity inapp.
Awesome.
Kind Regards.
I have promo codes working like this…
user redeems code in googleplay
user clicks on the iap button that buys what the redeem code redeems in the game
user cancels the purchase on payment request
item is granted free (from code)
Is there a way to remove the buying/cancelling part so that the user redeems code, launches game and then item is granted?
Which version of IAP are you on? As of IAP 1.6.0, the user shouldn’t need to click on the iap button to redeem the purchase. There was a bug with promo codes not being recognized if the app is open, until it’s restarted, this was fixed in 1.8.0. Try updating to the latest version of IAP if you’re not already on it and let us know how it works after!
Guys,
I can not use redeem codes in iphone.
Game can not be notified once promo code entered and nothing increased inside the game.
How can i solve it please.