Skip to main content

Release Notes

Plug-in version 6.1.0

  • SDK billing 6.1.0.

Plug-in version 6.0.0

  • SDK billing 6.+.
  • Added the sandbox field in the PaymentResult purchase models.
  • Removed the description field from the Purchase model.

Plug-in version 5.0.0

  • SDK billing 5.+.
  • New purchases statues PAUSED for subscriptions.

Plug-in version 3.0.0

  • Added asynchronous variants of Blueprint methods instead of event subscriptions.
  • Added option to change application theme (dark/light).
  • In the FURuStoreProduct structure the default value fro the productType field changed from CONSUMABLE to NON_CONSUMABLE.
  • Now, RuStoreBilling_UPL_Android.xml doesn't add the android:exported attribute to GameActivity and SplashActivity.
  • Bugfixes.

Plug-in version 2.2.1

Bugfixes

Plug-in version 2.2.0

Internal plugin update

Plug-in version 2.1.1

  • Changed return value format in GetProducts() for getting a list of products.
  • Changed return value format in GetPurchases() for getting a purchases list.
  • Changed return value format in GetPurchaseInfo() for getting purchase information.
  • Changed return value format in GetPurchaseInfo() for confirming purchase.
  • Changed return value format in DeletePurchase().
  • Changed return value format in PurchaseProduct().

Plug-in version 1.1.1

  • Added SDK configuration functionality in the Unity editor.
  • the orderId parameter in PurchaseProduct() is now optional.
  • Added invoiceId field, invoice identifier to the Purchase and PurchaseResult classes.
  • Fixed SDK initialization from Activity.

Plug-in version 0.3

Internal plugin update

Plug-in version 0.1.9

  • Added the RuStoreBillingClientConfig.enableLogs flag that enables logging.
  • CallbackHandler initialization error fixed.

Plug-in version 0.1.8

Added the subscriptionToken field in the Purchase entity for server validation.

Plug-in version 0.1.7

Internal plugin update