iap通知有哪些新增

Asked on 06/16/2025

@wwdc25

1 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:

  1. 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.

  2. 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.

  3. 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.

  4. 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).