Release Notes (Unity Legacy)
This topic contains release notes for the Unity Billing SDK.
2.2.0 Release (2025-06-09)
Version 2.2.0 is now available.
Summary of changes
- Update the Native SDK version to 0.9.0.11.
- Various improvements in terms of Billing Client methods:
QueryProductDetailsAsync
implementation withQueryProductDetailsParams
andIProductDetailsResponseListener
parametersQueryPurchasesAsync
implementation withQueryPurchasesParams
andIPurchasesResponseListener
parametersConsumeAsync
improvement withConsumeParams
parameter- Addition of the following classes:
BillingFlowParams
class that is used to initiate a billing flowBillingResult
class that returns the result of Billing operationsConsumeParams
class that is used to launch a consumeProductDetails
class that contains the details of a Product- Should be used instead of the
SkuDetails
- Should be used instead of the
2.1.0 Release (2025-05-19)
Version 2.1.0 is now available.
Summary of changes
- Update the Native SDK version to 0.9.0.9.
- New features added:
- Free Trials
- Type of Payment used for a Subscription. It is set in the
BillingFlowParams
class.
- Type of Payment used for a Subscription. It is set in the
- Obfuscated Account ID
- Parameter in the
BillingFlowParams
used to identify a User from external perspective. (eg: User login in Application. - This parameter is mandatory when initiating a Free Trial.
- Parameter in the
- Free Trials
- Improve App Update availability verification.
- Note: Now it is mandatory to first invoke
isAppUpdateAvailable
and only then execute eitherlaunchAppUpdateStore
orlaunchAppUpdateDialog
since the verification is now on the Developer side if there is a new version available.
- Note: Now it is mandatory to first invoke
- Add features the new features to
isFeatureSupported
method. Find more about it here.
2.0.0 Release (2025-04-21)
Version 2.0.0 is now available.
Summary of changes
- Improve overall Architecture of the Unity Billing SDK.
Updated about 1 month ago