Release Notes
This topic contains release notes for the Unity Billing SDK.
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 25 days ago