I am working on a app on IAP Auto Renewable Subscription which auto renews subscription after its expiry date.
I gave a renew button to renew a subscription if it is already expired. (Auto Renewable Subscription might expire if user has canceled it from his iTunes account.) So here are few cases:
- what will happen if Auto Renewable Subscription is running and user is still trying to renew it by mistake.
- what will happen if Auto Renewable Subscription is stopped from user's iTunes account and user is trying to renew it before it expires.
Thank you.