Going from single subscription model to multiple subscriptions #2689
Unanswered
jimmyrheereckon
asked this question in
Q&A
Replies: 1 comment
-
Bump |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
We were providing one premium subscription plan in our app, however, we want to have more tiers with different prices.
Asked Apple, and they want to treat this as a price increase.
What would be the best way to do it?
we are hoping to show this native modal, however, it doesn't appear when we try to upgrade/downgrade to another subscription.

We found this function showPriceConsentIfNeeded()
(https://developer.apple.com/documentation/storekit/skpaymentqueue/3521327-showpriceconsentifneeded) that seems to do the job. If it is the one, is there a way for us to use this function?
Beta Was this translation helpful? Give feedback.
All reactions