Discussions

Ask a Question
Back to All

iOS offer codes

Hi,

I'm implementing offer codes on iOS in a Flutter app.

I followed the docs:

  • Implemented Qonversion.getSharedInstance().presentCodeRedemptionSheet();
  • Created offer codes via App Store Connect
  • Released a new version of the app

When attempting to redeem a code in de production app:

  • I'm presented with the Code redeem screen from iOS
  • Code is found and offer is presented
  • I get the Confirmation/buy modal

After confirming the purchase nothing happens. The code redemption screen remains open showing the offer. I don't see any transaction in Qonversion, or in my iTunes subscription screen.

Am I missing a step here?