Contents

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 notificationHistoryResponseItem

Properties

NameTypeDescription
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.

signedPayloadsignedPayload

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.

firstSendAttemptResultstring

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 sendAttempts array instead.

Mentioned in

Topics

Data types

See Also

App Store Server Notifications history