URL for managing subscription in iOS

app-store, ios, objective-c

Solution

This is the new URL that should be used: https://apps.apple.com/account/subscriptions

Problem

A user has subscribed to my auto-renewable in app subscription. I want to provide a button called "Manage subscription". This should jump to the App Store under the subscription management for my specific app. What URL should I redirect to achieve this?

Original source

Related problems