introductoryPrice
The object containing introductory price information for the product.
Declaration
var introductoryPrice: SKProductDiscount? { get }Mentioned in
Discussion
If you’ve set up introductory prices in App Store Connect, the introductory price property will be populated. This property is nil if the product has no introductory price.
Before displaying UI that offers the introductory price, you must first determine if the user is eligible to receive it. See Implementing introductory offers in your app for information on determining eligibility and displaying introductory prices.