Application receipt with information about the app bundle.

interface ApplicationReceipt {
    appStoreReceipt: string;
    bundleIdentifier: string;
    bundleNumericVersion: number;
    bundleShortVersion: string;
    bundleSignature: string;
}

Properties

appStoreReceipt: string

Application receipt in base64

bundleIdentifier: string

String containing the apps bundle identifier

bundleNumericVersion: number

Application version in numeric format

bundleShortVersion: string

Application version in string format

bundleSignature: string

Bundle signature