Contents

SendTestNotificationResponse

A response that contains the test notification token.

Declaration

object SendTestNotificationResponse

Properties

NameTypeDescription
testNotificationTokentestNotificationToken

The test notification token that uniquely identifies the notification test that App Store Server Notifications sends to your server.

Discussion

The Request a Test Notification endpoint returns this response, which includes a testNotificationToken value to reference the test associated with your request. When you request a test notification, the App Store server sends a notification with the TEST notificationType to your server. To learn the result of the App Store server’s attempt to send the TEST notification, call Get Test Notification Status with the testNotificationToken.

For more information about notifications, see App Store Server Notifications.

Topics

Data types

See Also

App Store Server Notifications testing