appData
The object that contains the app metadata and signed app transaction information.
Declaration
object appDataProperties
| Name | Type | Description |
|---|---|---|
appAppleId | appAppleId | The unique identifier of the app that the notification applies to. This property is available for apps that users download from the App Store. It isn’t present in the sandbox environment. |
bundleId | bundleId | The bundle identifier of the app. |
environment | environment | The server environment that the notification applies to, either |
signedAppTransactionInfo | JWSAppTransaction | App transaction information signed by the App Store, in JSON Web Signature (JWS) format. |
Mentioned in
Discussion
The appData object is part of the responseBodyV2DecodedPayload. This object is present in the payload when the notificationType is RESCIND_CONSENT.