Contents

CheckTestNotificationResponse

A response that contains the contents of the App Store server’s test notification and the result from your server.

Declaration

object CheckTestNotificationResponse

Properties

NameTypeDescription
sendAttempts[sendAttemptItem]

An array of information the App Store server records for its attempts to send the TEST notification to your server. The array may contain a maximum of six sendAttemptItem objects.

signedPayloadsignedPayload

The signed payload, in JWS format, that contains the TEST notification that the App Store server sent to your server.

firstSendAttemptResultstring

The result of the App Store server’s first attempt to send the TEST notification to your server.

Use the first sendAttemptItem in the sendAttempts array instead.

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.

Topics

Data types

See Also

App Store Server Notifications testing