What’s new in StoreKit?
Asked on 06/18/2025
1 search
In the WWDC sessions titled "What’s new in StoreKit and In-App Purchase," several updates and new features were introduced for StoreKit:
-
StoreKit Configuration in Xcode 16: You can now test your app's privacy policy and license agreement locally. This is done through the StoreKit Configuration file editor, which also allows testing localizations for subscription group display names.
-
Deprecation of Original In-App Purchase API: Starting with iOS 18, the original API for in-app purchases is deprecated. Developers are encouraged to transition to StoreKit 2, which offers improvements like automatic cryptographic validation and modern language features such as Swift's async/await pattern.
-
Subscription Status API: A new API allows querying subscription status using a transaction ID, providing more flexibility in managing subscriptions.
-
Transaction History Enhancements: The transaction history APIs now include finished consumable transactions, which were previously not accessible. This feature can be enabled via the project's info plist file.
-
SwiftUI and StoreKit Views: New ways to merchandise subscriptions using SwiftUI and StoreKit views were introduced, allowing for more engaging and customizable user interfaces.
-
App Store Server Library: This library can be used to sign in-app purchase requests, making the process easier and more secure.
-
Winback Offers: A new type of subscription offer designed to recover churned subscribers. These offers can be customized and promoted on the App Store.
For more detailed information, you can refer to the session What’s new in StoreKit and In-App Purchase (21:06) for updates to StoreKit 2.

What’s new in StoreKit and In-App Purchase
Learn how to build and deliver even better purchase experiences using the App Store In-App Purchase system. We’ll demo new StoreKit views control styles and new APIs to improve your subscription customization, discuss new fields for transaction-level information, and explore new testability in Xcode. We’ll also review an important StoreKit deprecation.

What’s new in StoreKit and In-App Purchase
Learn about the latest StoreKit API enhancements to help you deliver great In-App Purchase experiences to your customers. We’ll review new fields added to AppTransaction, Transaction, and RenewalInfo, and updates to In-App Purchase offer codes. We’ll also cover creating signed In-App Purchase requests using the App Store Server Library and updates to merchandising subscriptions using SwiftUI.

Implement App Store Offers
Learn how to engage customers with App Store Offers using App Store Connect, as well as the latest StoreKit features and APIs. Discover how you can set up win-back offers (a new way to re-engage previous subscribers) and generate offer codes for Mac apps. And find out how to test offers in sandbox and Xcode to make sure they work smoothly.