You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All features previously in StoreKit 1 are still supported.
New features from StoreKit 2 will be supported in a later release.
StoreKit 1 is no longer supported and iOS devices will require iOS 15.0 or later.
Added support for AppAccountToken, allowing associating purchases with an app-specific account identifier. It can be set using SetAppAccountToken(Guid token) on the StoreExtendedService (e.g., IAppleStoreExtendedService.SetAppAccountToken), and it is also exposed in the IAppleOrderInfo interface for better integration with order details. For more details, see AppAccountToken documentation.
Apple - Updated PrivacyInfo.xcprivacy to reflect that IAP no longer uses required reason API.
Changed
Apple - CrossPlatformValidator is no longer used for receipt validation for Apple since StoreKit2 does it.
Apple - Receipt obfuscation for Apple has been removed.
Apple - Product.appleProductIsRestored is now obsolete since it's no longer used with StoreKit2.
Fixed
Fixed Non-Consumables being treated as Consumables (introduced by Unity IAP 5.0.0-pre.1)