Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.44 KB

changelog.md

File metadata and controls

35 lines (25 loc) · 1.44 KB
  • New Features

    • Added purchaseToken to MarketPurchaseEvent.
    • Added isInitialized to StoreController.
    • Added the option to overwrite an object in StoreInfo and save it.
    • You can now save StoreInfo to DB if you made changes to it.
    • You can now change price of MarketItem.
    • You can now change amount of PurchaseWithVirtualItem.
  • Fixes

    • Enforce providing a SOOM_SEC in obfuscator.
    • If the purchasable item is NonConsumableItem and it already exists then we don't fire any events.
  • Billing Services

    • Add interface for async consume.
    • Add onDestroy() to IabActivity.
    • Allowing empty signatures for test purchases only when you specifically ask for it in StoreConfig.
  • New Features

    • android-store will now refresh details of market items on initialization.
  • Optimizations

    • Fixed Names of objects and events so they match in all SOOMLA plugins.
    • Added the changed market items to the MarketItemsRefreshed event.