Instance Method

checkTrialOrIntroDiscountEligibility(productIdentifiers:)

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

func checkTrialOrIntroDiscountEligibility(productIdentifiers: [String]) async -> [String : IntroEligibility]

Parameters

productIdentifiers

Array of product identifiers for which you want to compute eligibility

Discussion

See Also

Making Purchases with Subscription Offers