MyApp

class MyApp(val storeKitVersion: StoreKitVersion) : PurchasesAreCompletedBy

RevenueCat will not automatically acknowledge any purchases. You will have to do so manually. Note that failing to acknowledge a purchase within 3 days will lead to Google Play automatically issuing a refund to the user.

For more info, see revenuecat.com and developer.android.com.

Constructors

Link copied to clipboard
constructor(storeKitVersion: StoreKitVersion)

Properties

Link copied to clipboard

The version of StoreKit to use for purchases on Apple devices. If your app is Android-only, you may provide any value since it is ignored in the native Android SDK.