The success or error information and the date the App Store server records when it attempts to send a server notification to your server.

sendAttemptItem

interface SendAttemptItem {
    attemptDate?: number;
    sendAttemptResult?: string;
}

Properties

attemptDate?: number

The date the App Store server attempts to send a notification.

attemptDate

sendAttemptResult?: string

The success or error information the App Store server records when it attempts to send an App Store server notification to your server.

sendAttemptResult