Contents

appData

The object that contains the app metadata and signed app transaction information.

Declaration

object appData

Properties

NameTypeDescription
appAppleIdappAppleId

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.

bundleIdbundleId

The bundle identifier of the app.

environmentenvironment

The server environment that the notification applies to, either sandbox or production.

signedAppTransactionInfoJWSAppTransaction

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.

Topics

JWS app transaction information

See Also

Response objects for in-app purchases