StoreProductSubscriptionOffer¶
Inherits: RefCounted < Object
Represents a subscription offer for a StoreProduct.
Description¶
You configure these in AppStore Connect. See Apple’s documentation for additional information
Enumerations¶
enum OfferType: 🔗
OfferType INTRODUCTORY = 0
An introductory offer for new subscribers.
OfferType PROMOTIONAL = 1
A promotional offer for existing or lapsed subscribers.
OfferType WIN_BACK = 2
A win-back offer for lapsed subscribers.
OfferType UNKNOWN = 3
An unknown offer type.