---
title: appData
framework: appstoreservernotifications
role: symbol
role_heading: Object
path: appstoreservernotifications/appdata
---

# appData

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

## Declaration

```data
object appData
```

## Properties

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: The bundle identifier of the app. environment: The server environment that the notification applies to, either sandbox or production. signedAppTransactionInfo: App transaction information signed by the App Store, in JSON Web Signature (JWS) format.

## Mentioned in

App Store Server Notifications changelog

## Discussion

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

- [JWSAppTransaction](appstoreservernotifications/jwsapptransaction.md)

## See Also

### Response objects for in-app purchases

- [summary](appstoreservernotifications/summary.md)
- [data](appstoreservernotifications/data.md)
