CheckTestNotificationResponse
A response that contains the contents of the App Store server’s test notification and the result from your server.
Declaration
object CheckTestNotificationResponseProperties
| Name | Type | Description |
|---|---|---|
sendAttempts | [sendAttemptItem] | An array of information the App Store server records for its attempts to send the |
signedPayload | signedPayload | The signed payload, in JWS format, that contains the |
firstSendAttemptResult | string | The result of the App Store server’s first attempt to send the Use the first sendAttemptItem in the |
Mentioned in
Discussion
The Get Test Notification Status endpoint returns this response.
The sendAttempts array contains up to six sendAttemptItem items: one for the initial attempt, and up to five for the retries. Use this information to troubleshoot your server if it doesn’t receive notifications at its App Store Server Notifications V2 endpoint successfully.
The signedPayload contains the TEST notification that the App Store server attempted to send to your server.