IAPProduct
public struct IAPProduct
Basic product information used by InAppPurchase
.
-
The identifier of the product.
Declaration
Swift
public var productIdentifier: String
-
The type of the product.
See
See also:IAPProductType
.Declaration
Swift
public var productType: IAPProductType
-
Initializes an
IAPProduct
with its identifier and type.See
See also:IAPProductType
.Declaration
Swift
public init(productIdentifier: String, productType: IAPProductType)
Parameters
productIdentifier
The identifier of the product.
productType
The type of the product.