Use case
In my app, I would like to cancel subscriptions without a server. This method is essential for enabling users to cancel subscriptions directly within the app.
According to the documentation:
Consider using the system-provided subscription-management UI. Using StoreKit APIs lets you present a consistent experience that helps people manage or cancel their subscriptions without leaving your app. For developer guidance, see showManageSubscriptions(in:).
For details, see:
Proposal
Add showManageSubscriptions() (Wrapper for StoreKit2's showManageSubscriptions()) to AppStore class.
Use case
In my app, I would like to cancel subscriptions without a server. This method is essential for enabling users to cancel subscriptions directly within the app.
According to the documentation:
For details, see:
Proposal
Add showManageSubscriptions() (Wrapper for StoreKit2's
showManageSubscriptions()) toAppStoreclass.