storeKitVersion property

StoreKitVersion storeKitVersion
getter/setter pair

iOS-only, will be ignored for Android. Defaults to StoreKitVersion.defaultVersion which lets the SDK select the most appropriate version of StoreKit. Currently defaults to StoreKit 2.

  • Note: StoreKit 2 is only available on iOS 15+. StoreKit 1 will be used for previous iOS versions regardless of

Implementation

StoreKitVersion storeKitVersion = StoreKitVersion.defaultVersion;