notificationHistoryResponseItem
The App Store server notification history record, including the signed notification payload and the result of the server’s first send attempt.
Declaration
object notificationHistoryResponseItemProperties
| Name | Type | Description |
|---|---|---|
sendAttempts | [sendAttemptItem] | An array of information the App Store server records for its attempts to send a notification to your server. The maximum number of entries in the array is six. |
signedPayload | signedPayload | The cryptographically signed payload, in JSON Web Signature (JWS) format, containing the original response body of a version 2 notification. For more information, see signedPayload in App Store Server Notifications. |
firstSendAttemptResult | string | The result of the App Store server’s first attempt to send the notification to your server’s App Store Server Notifications V2 endpoint. Use the earliest sendAttemptItem in the |