Instance Property

introductoryDiscount

The object containing introductory price information for the product. 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.

Declaration

@objc var introductoryDiscount: StoreProductDiscount? { get }

Discussion

Before displaying UI that offers the introductory price, you must first determine if the user is eligible to receive it.