Can we collect the data of date that people redeem the Offer Code?

We are planning to release an app with subscriptions. But we can't test the offer code feature with the app distributed by TestFlight. So, I'm unsure how to measure the offer code campaign's success. I watched this video but still don't know how to collect the data of the date that people redeem the Offer Code. https://developer.apple.com/videos/play/tech-talks/10868/

If someone has already released the app with subscriptions and an offer code campaign, please let me know if we can do that!

Replies

offerType and offerIdentifier are available in JWS signed transaction.

If offerType is 3, then it means the transaction is redeemed via offer code. You can check the purchaseDate of the transaction which represents the date of the offer code redemption unless it's restored.

Please refer to the document for the JWS signed transaction

Add a Comment