PurchasesAreCompletedBy

sealed interface PurchasesAreCompletedBy

Modes for completing the purchase process.

Inheritors

Types

Link copied to clipboard
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.

Link copied to clipboard

RevenueCat will automatically acknowledge verified purchases. No action is required by you.