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

    Interface AppData

    The object that contains the app metadata and signed app transaction information.

    AppData

    interface AppData {
        appAppleId?: number;
        bundleId?: string;
        environment?: string;
        signedAppTransactionInfo?: string;
    }
    Index

    Properties

    appAppleId?: number

    The unique identifier of the app that the notification applies to.

    appAppleId

    bundleId?: string

    The bundle identifier of the app.

    bundleId

    environment?: string

    The server environment that the notification applies to, either sandbox or production.

    environment

    signedAppTransactionInfo?: string

    App transaction information signed by the App Store, in JSON Web Signature (JWS) format.

    signedAppTransactionInfo