SDK update history In-app payments and subscriptions for Unreal Engine
Plug-in version 7.0.0
- SDK Billing 7.0.0.
Plug-in version 6.1.0
- SDK Billing 6.1.0.
Plug-in version 6.0.0
- SDK Billing 6.+.
- Added the
sandboxfield in thePaymentResultpurchase models. - Removed the
descriptionfield from thePurchasemodel.
Plug-in version 5.0.0
- SDK Billing 5.+.
- New purchases statues
PAUSEDfor 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
FURuStoreProductstructure the default value fro theproductTypefield changed fromCONSUMABLEtoNON_CONSUMABLE. - Now,
RuStoreBilling_UPL_Android.xmldoesn't add theandroid:exportedattribute toGameActivityandSplashActivity. - 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
orderIdparameter inPurchaseProduct()is now optional. - Added
invoiceIdfield, invoice identifier to thePurchaseandPurchaseResultclasses. - Fixed SDK initialization from
Activity.
Plug-in version 0.3
Internal plugin update
Plug-in version 0.1.9
- Added the
RuStoreBillingClientConfig.enableLogsflag that enables logging. CallbackHandlerinitialization 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