-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [5.0.0-pre.3] - 2024-08-21 ### Added - Apple - Updated to [StoreKit 2](https://developer.apple.com/storekit/). - 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](https://developer.apple.com/documentation/storekit/transaction/appaccounttoken). - 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)
- Loading branch information
Unity Technologies
committed
Aug 21, 2024
1 parent
bc59426
commit 54a0c5c
Showing
184 changed files
with
5,136 additions
and
3,500 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.