How to grant free months to an auto-renewal subscription (iOS)?

Hi,


I have an iOS app with different auto-renewal subscription possibilities, and I want to offer it's user the chance to earn a free month when they invite friends to the app.


I know how to handle the scenario where I'd give a free month to a user that's not already subscribed, but I'm wondering how to handle a user that's in the middle of a year-long paid subscription and should receive a free month..

Answered by PBK in 117129022

yyou can't with auto renewable subscriptions. You can, easily, with non-renewing subscriptions.

Accepted Answer

yyou can't with auto renewable subscriptions. You can, easily, with non-renewing subscriptions.

You can achieve that using Promotional Offers starting with iOS 12.2.

Read more about it here on my StackOverflow answer: https://stackoverflow.com/a/71115183/611879

How to grant free months to an auto-renewal subscription (iOS)?
 
 
Q