iap通知有哪些新增
Asked on 06/16/2025
•@wwdc251 search
In the session titled "What’s new in StoreKit and In-App Purchase" from WWDC 2025, there are several updates related to In-App Purchase (IAP) notifications and features:
-
Transaction Updates: The transaction type now includes more detailed information about purchases, such as the date of purchase, Product ID, and for auto-renewable subscriptions, the expiration date. This helps in validating customer entitlements and unlocking content.
-
Subscription Status API: A new API allows querying StoreKit for a subscription status using the Transaction ID of any transaction associated with a subscription. This is available starting with iOS 18.4.
-
New Fields in Renewal Info: Four additional fields have been introduced to the Renewal info type, including the App Transaction ID, Offer Period, and Advanced Commerce Info fields.
-
App Account Token: This new field associates a subscription with a customer account on your service, providing more flexibility in managing subscriptions.
For more detailed information, you can refer to the session What’s new in StoreKit and In-App Purchase (02:28).

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.

What’s new in Apple device management and identity
Designed for IT administrators, MDM developers, and identity providers, this session covers the latest updates to Declarative Device Management, Apple Business Manager, Apple School Manager, Platform Single Sign-On, and more. Learn how these advancements streamline deployment, strengthen security, and improve the user experience.

Dive into App Store server APIs for In-App Purchase
Discover the latest updates for the App Store Server API, App Store Server Notifications, and App Store Server Library to help manage customer purchase data directly on your server and deliver great In-App Purchase experiences. We’ll cover updates to appAccountToken and signature signing, new fields in signed transaction and renewal info, and new APIs. Then, we’ll show how to generate a promotional offer signature on your server, and how to use the Send Consumption Information endpoint.