@apple/app-store-server-library
    Preparing search index...

    Interface CheckTestNotificationResponse

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

    CheckTestNotificationResponse

    interface CheckTestNotificationResponse {
        sendAttempts?: SendAttemptItem[];
        signedPayload?: string;
    }
    Index

    Properties

    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.

    sendAttemptItem

    signedPayload?: string

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

    signedPayload