API Differences in StoreKit in iOS 17.2

It can be difficult to find what changed in Apple SDKs. These pages are algorithmically generated and show what is new in StoreKit in the iOS 17.2 SDK.

Table of Contents

Structs

Transaction
Offer

Typealiases

PaymentMode
public typealias RawValue = Swift.String

Properties & Constants

Transaction
internal let currencyStorage: Foundation.Locale.Currency?
Transaction
public let offer: StoreKit.Transaction.Offer?
Transaction
internal let priceStorage: Foundation.Decimal?

Initializers

Foundation.Locale.Currency
internal init?(_ value: StoreKit.BackingValue)
Transaction.Offer.PaymentMode
internal init?(_ value: StoreKit.BackingValue)