Skip to content

Instantly share code, notes, and snippets.

@applch
Last active April 14, 2026 20:23
Show Gist options
  • Select an option

  • Save applch/a8758aca865c0add0f87cd950442ba09 to your computer and use it in GitHub Desktop.

Select an option

Save applch/a8758aca865c0add0f87cd950442ba09 to your computer and use it in GitHub Desktop.
macOS Tahoe 26.5 Beta 2 Release Notes
Update your apps to use new features, and test your apps against API changes.
Overview
The macOS 26.5 SDK provides support to develop apps for Mac computers running Tahoe 26.5 beta 2. The SDK comes bundled with Xcode 26.5, available from the Mac App Store. For information on the compatibility requirements for Xcode 26.5, see Xcode 26.5 Release Notes.
StoreKit
New Features
You can read pricing information for subscriptions that have a monthly with 12-month commitment billing plan configuration in App Store Connect or StoreKit Testing in Xcode through the new PricingTerms model on SubscriptionInfo.pricingTerms. (150388310)
You can specify the billing plan type to use for subscriptions that have a monthly with 12-month commitment billing plan configuration using the new billingPlanType PurchaseOption. (150388542)
Read customer entitlement metadata for subscriptions purchased with a monthly billing plan type through the new CommitmentInfo data model on Transaction and SubscriptionRenewalInfo. (150388746)
When you import both StoreKit and SwiftUI, you can merchandise the monthly billing plan configuration for subscriptions that have a monthly with 12-month commitment billing plan using built-in styles through the new preferredSubscriptionPricingTerms(_:) API. (150389069)
StoreKitTest
Resolved Issues
Fixed: An issue preventing SKTestSession from using the selected StoreKit configuration during unit tests, resulting in failed test actions. (172583218) (FB22237318)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment