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 with QueryProductDetailsParams and IProductDetailsResponseListener parameters
    • QueryPurchasesAsync implementation with QueryPurchasesParams and IPurchasesResponseListener parameters
    • ConsumeAsync improvement with ConsumeParams parameter
    • Addition of the following classes:
      • BillingFlowParams class that is used to initiate a billing flow
      • BillingResult class that returns the result of Billing operations
      • ConsumeParams class that is used to launch a consume
      • ProductDetails class that contains the details of a Product
        • Should be used instead of the SkuDetails

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.
    • 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.
  • Improve App Update availability verification.
    • Note: Now it is mandatory to first invoke isAppUpdateAvailable and only then execute either launchAppUpdateStore or launchAppUpdateDialog since the verification is now on the Developer side if there is a new version available.
  • 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.