If you have a subscription with two different possible sizes in the iOS application, and the user who purchased the shorter subscription decides to buy a longer subscription, they receive a request with this dialog:

Pressing the settings takes the user to the App Store app and opens a page on which they can manage their subscriptions. Most likely, Cocoa simply uses the URL of a custom schema (e.g. appstore: // pages / subscriptions) to achieve this.
What is this URL? Is there any other way to open the subscription page in the App Store app programmatically?
source share