My bad, it was a typo. 150,000 per quarter should be more than enough for my app at the current stage. I also thought about auto-populating the code for the user, but I thought about doing that within the app. Following the provided link, it reads "Redeemable through a direct URL or within your app on iOS 14.1 or iPadOS 14 or later." so I'd be interested in "within the app". That's just better user experience for the user and better conversion for me. I don't understand would it be necessary to take the user out of my app? Can't I just add the offer code to the SKPayment? Assuming I will not hit the limit of 150,000 per quarter, I would implement it as follows: add logic for showing reduced prices on the subscription screen and auto-populate the offer code for a limited period of time, e.g. from the beginning of June till the end of September. After that, I'd go back to showing the regular pricing and the offer code would not be attached anymore or would simply expire. The 1-week free trial IntroOffer would work the same as before. Is that a feasible solution given what StoreKit can offer? I've updated my app's deployment target to iOS 15 so I can use StoreKit2 if needed.
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
Tags: