My server receives App Store Server Notification v2 notifications. Recently, it has been receiving notifications for offer codes under offers that have been deactivated. The custom code value may be the same in the active offer as the deactivated offer.
When a user redeems the custom offer code for a deactivated offer, the notification payload's offerIdentifier
value now contains the UUID associated with that offer in the URL in App Store Connect
The notification payload contains:
{"offerIdentifier": "offer-uuid"}
instead of
{"offerIdentifier": "<My offer identifier from App Store Connect>"}
-
Is it possible for a deactivated offer to be redeemed? If not, is this a known issue?
-
We need the actual offer identifier to understand which offers users are redeeming. Is this replacement with a UUID a known issue?