Puneeth
Puneeth

Reputation: 165

iOS - Can we add Promo codes for In-App Purchase for non-consumable product?

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

Answers (1)

rmaddy
rmaddy

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

Related Questions