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

    Interface DecodedRealtimeRequestBody

    The decoded request body the App Store sends to your server to request a real-time retention message.

    DecodedRealtimeRequestBody

    interface DecodedRealtimeRequestBody {
        appAppleId: number;
        environment: string;
        originalTransactionId: string;
        productId: string;
        requestIdentifier: string;
        signedDate: number;
        userLocale: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    appAppleId: number

    The unique identifier of the app in the App Store.

    appAppleId

    environment: string

    The server environment, either sandbox or production.

    environment

    originalTransactionId: string

    The original transaction identifier of the customer's subscription.

    originalTransactionId

    productId: string

    The unique identifier of the auto-renewable subscription.

    productId

    requestIdentifier: string

    A UUID the App Store server creates to uniquely identify each request.

    requestIdentifier

    signedDate: number

    The UNIX time, in milliseconds, that the App Store signed the JSON Web Signature (JWS) data.

    signedDate

    userLocale: string

    The device's locale.

    locale