Reputation: 165
I want to implement In-app purchase with promo code to my application, but i was wondering if Promo Codes are supported for non-consumable product and also how do we detect if the promo code is applied or not. Thanks.
Upvotes: 1
Views: 686
Reputation: 318774
Yes, promo codes are available for any type of in-app purchase product type, including non-consumables.
Your app responds to a user using a promo code the same way as it would respond to any other purchase or when you implement a "restore purchases" feature.
Upvotes: 1