iOS Offer codes #2697
Replies: 1 comment 1 reply
-
I've done some digging. This is unfortunately Apple's limitation that offer codes do not work in a sandboxed environment (i.e. TestFlight).
I think the only way to test the offer code feature is to release the app to live which shows the "Redeem" button when the user has a specific identifier (email address or username). This way you can test the redemption flow without disrupting the flow of your live users. Not an ideal solution but there doesn't seem to be any other choice. |
Beta Was this translation helpful? Give feedback.
-
I read through the app store connect docs on how to set up an offer code, but I'm still confused on how to properly set up and use offer codes for a subscription.
I was able to get promo codes working and introductory codes working, but I'm looking to specifically set up offer codes.
My questions are:
1.) Do I use presentCodeRedemptionSheetIOS? If so, why do I keep getting an error that looks like this?
2.) If I don't use a redemption sheet, what do I use to redeem offer codes?
3.) Is there some step that's not intuitive/documented that I might be missing when it comes to setting this up?
I have the offer code set up in app store connect, and I also have a custom code created for offer code.
I'd be happy to do some documenting to help people out with this in the future if that's helpful.
Any and all help is welcome.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions