Type alias PurchasesAreCompletedByMyApp

PurchasesAreCompletedByMyApp: {
    storeKitVersion: STOREKIT_VERSION;
    type: MY_APP;
}

Configuration option that specifies that your app will complete purchases.

Type declaration

  • storeKitVersion: STOREKIT_VERSION

    The version of StoreKit that your app is using to make purchases. This value is ignored on Android, so if your app is Android-only, you may provide any value.

  • type: MY_APP