Currently with In app purchase the only way to cancel an auto-renewing subscription is to do the following with the device:
Settings > Store > View my account > Manage my subscription
Is it possible programmatically to link directly to the Manage my subscription page in the app store? I know I can open the app store via something like
NSURL *url = [NSURL URLWithString:@"itms-apps://itunes.apple.com"]; [[UIApplication sharedApplication] openURL:url];
I have seen other apps do this but I can't seem to figure out how.
Open the Settings app. Tap your name. Tap Subscriptions. Tap the subscription.
Tap the profile icon located at the top-right corner. Tap Payments & Subscription, then select Subscriptions. Select the subscription that you want to cancel. Tap Cancel subscription.
The new and official way (according to WWDC 2018 Session 705) is the following url: https://apps.apple.com/account/subscriptions
Link for doc: https://developer.apple.com/documentation/storekit/in-app_purchase/subscriptions_and_offers/handling_subscriptions_billing
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With