API Differences in StoreKit in macOS 26.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 macOS 26.2 SDK.

Table of Contents

Structs

AppStoreMerchandisingKind
Product.SubscriptionInfo.RenewalInfo.AdvancedCommerceInfo.Item
PriceIncreaseInfo

Functions & Methods

AppStore
public static func presentMerchandising(_ kind: StoreKit.AppStoreMerchandisingKind, from window: AppKit.NSWindow) async throws -> StoreKit.AppStoreMerchandisingKind.PresentationResult

Properties & Constants

AppStore
public static var ageRatingCode: Swift.Int?
Item
public let priceIncreaseInfo: StoreKit.Product.SubscriptionInfo.RenewalInfo.AdvancedCommerceInfo.Item.PriceIncreaseInfo?