Options
All
  • Public
  • Public/Protected
  • All
Menu

Defines which version of StoreKit may be used

Index

Enumeration members

Enumeration members

DEFAULT

DEFAULT: = "DEFAULT"

Let RevenueCat use the most appropiate version of StoreKit

STOREKIT_1

STOREKIT_1: = "STOREKIT_1"

Always use StoreKit 1.

STOREKIT_2

STOREKIT_2: = "STOREKIT_2"

Always use StoreKit 2 (StoreKit 1 will be used if StoreKit 2 is not available in the current device.)

Generated using TypeDoc