Instance Method

checkTrialOrIntroDiscountEligibility(product:completion:)

Computes whether or not a user is eligible for the introductory pricing period of a given product. You should use this method to determine whether or not you show the user the normal product price or the introductory price. This also applies to trials (trials are considered a type of introductory pricing). iOS Introductory Offers.

Declaration

@objc(checkTrialOrIntroDiscountEligibilityForProduct:completion:) func checkTrialOrIntroDiscountEligibility(product: StoreProduct, completion: @escaping (IntroEligibilityStatus) -> Void)

Parameters

product

The StoreProduct for which you want to compute eligibility.

completion

A block that receives an IntroEligibilityStatus.

Discussion

See Also

Making Purchases with Subscription Offers