appstoreserverlibrary.models.NotificationHistoryResponseItem module

class appstoreserverlibrary.models.NotificationHistoryResponseItem.NotificationHistoryResponseItem(signedPayload: str | None = None, sendAttempts: List[SendAttemptItem] | None = None)[source]

Bases: object

The App Store server notification history record, including the signed notification payload and the result of the server’s first send attempt.

https://developer.apple.com/documentation/appstoreserverapi/notificationhistoryresponseitem

sendAttempts: List[SendAttemptItem] | None

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.

https://developer.apple.com/documentation/appstoreserverapi/sendattemptitem

signedPayload: str | None

A cryptographically signed payload, in JSON Web Signature (JWS) format, containing the response body for a version 2 notification.

https://developer.apple.com/documentation/appstoreservernotifications/signedpayload