An object containing the subscription period duration information.
SDKs
- iOS 11.2+
- macOS 10.13.2+
- Mac Catalyst 13.0+
- tvOS 11.2+
Framework
- Store
Kit
Declaration
@interface SKProductSubscriptionPeriod : NSObject
Overview
A subscription period is a duration of time defined as some number of units, where a unit can be a SKProduct
, SKProduct
, SKProduct
, or SKProduct
.
For example, a subscription period of two weeks has a unit
of a SKProduct
, and a number
equal to 2
.