Skip to content

5.0.0-pre.3

Latest
Compare
Choose a tag to compare
@Needle-Mirror-Bot Needle-Mirror-Bot released this 13 Dec 19:10

[5.0.0-pre.3] - 2024-08-21

Added

  • Apple - Updated to StoreKit 2.
    • 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)