what is supported by only storekit2?
Generated on 8/3/2024
1 search
StoreKit 2 supports several features that are not available in the original StoreKit API. These include:
- Swift Async/Await Pattern: StoreKit 2 uses modern language features like the Swift Async/Await pattern to perform tasks such as fetching product metadata, purchasing, and retrieving customer transaction history.
- Automatic Cryptographic Validation: StoreKit 2 automatically performs cryptographic validation for you.
- Back Deployment: Thanks to the back-deployed attribute in Swift, StoreKit 2 allows you to access new App Store features even when your app is installed on a device with an older operating system.
- Enhanced Transaction History: StoreKit 2 provides a more comprehensive transaction history, including finished transactions for consumables, which were not accessible through the original API.
- Subscription Renewal Info: Customer transaction history and subscription renewal info are always available to your app.
For more details, you can refer to the session What’s new in StoreKit and In-App Purchase.
Explore App Store server APIs for In-App Purchase
Learn how to leverage your server to build great In-App Purchase experiences with the latest updates to the App Store Server API, App Store Server Notifications, and the open source App Store Server Library. After a recap of current APIs, we’ll introduce updated endpoint functionality, new transaction fields, and a new notification type. We’ll also discuss best practices for the purchase lifecycle, delivering content, and targeting offers, so you can become a server power user.
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.
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.