The users can cancel the subscribed in-app-purchase by going to iOS settings. But I'm not seeing a way to allow the users to cancel the subscription from the app using SKStoreKit. Is there a way to allow the users to do so?
Asked
Active
Viewed 943 times
2
-
3AFAIK this is not possible, you can just link to the manage subscriptions in the settings. – jeh Feb 02 '17 at 13:42
-
Possible duplicate of [Is there an API to cancel an auto-renewable subscription?](https://stackoverflow.com/questions/5575112/is-there-an-api-to-cancel-an-auto-renewable-subscription) – chris Oct 17 '19 at 18:32