Skip to content

Latest commit

 

History

History
75 lines (47 loc) · 2.42 KB

changelog.md

File metadata and controls

75 lines (47 loc) · 2.42 KB
  • Changes
    • Improved docs
    • Updated submodules
  • New Features

    • Support Google Play verification
    • Support iOS param VERIFY_ON_ITUNES_FAILURE
  • Changes

    • Support new structure of market purchase event
  • New Features

    • Implemented new js functionality for all features
  • Changes

    • Removed Consumable enum from MarketItem
  • Fixes

    • Fixed an issue with androidId and iosId being set to null which prevented them from being set in the native code

BREAKING API VERSION

  • Features
    • Replacing event handlers with custom events dispatched through Cocos2d-x facilities
    • Adding more information from Android in Market Purchase event (see inline documentation)
  • Changes
    • Changing iOS bridge compilation and resulting header location

BREAKING API VERSION

  • Features
    • Better integration process for Store module (see README for instructions)
  • Changes
    • Updating Amazon plugin (v2.0.1)
  • Features

    • Adding market refresh failed event
  • Changes

    • Removing save to DB from market refresh
    • Fixes from updates submodules
  • Features
    • Added canAfford functionality
    • Fixing issue #153 on GitHub

Important: there are some breaking changes. Read the changes carefully.

  • New Features
  • Work Without a Device! the code can work on other platforms (without in-app purchases testing)
  • New local inventory that keeps all balances in memory so you don't need to go to the native DB. Saves JNI calls.