Variable IosStorekit2UsageConst

IosStorekit2Usage: Readonly<{
    Disabled: "disabled";
    EnabledForIntroductoryOfferEligibility: "enabled_for_introductory_offer_eligibility";
}> = ...

Type declaration

  • Disabled: "disabled"

    Adapty will use the legacy logic, based on receipt analysis and validation. However, in rare situations (and in Sandbox mode - always) the reecipt is not present on the device at the first startup, therefore this option will return an error.

  • EnabledForIntroductoryOfferEligibility: "enabled_for_introductory_offer_eligibility"

    Adapty will utilise StoreKit 2 logic to determine introductory offer eligibility.

    Requires

    iOS 15.0+

    Remarks

    StoreKit 2 is available since iOS 15.0. Adapty will implement the legacy logic for older versions.

Generated using TypeDoc