Promotional Offer

Dear all,


I'm an iOS developer and implementing subscription offer in my application but i'm having concerns while developing the feature. My concern is that if user cancels subscription but it's still in subscription duration, user will be able to purchase with subscription offer? Please give me idea.


Thanks in advance.

Replies

It is up to you to implement logic determining when and when subscription offers are provided to a user, so you can choose to only provide a subscription offer after the subscription has expired, if you wish. This logic must be implemented on a server since the offer needs to be signed by a secret token that must be kept secure and not shipped in your app.