v4.5.3 view commit logs
- Changes
- Improved docs
- Updated submodules
v4.5.2 view commit logs
-
New Features
- Support Google Play verification
- Support iOS param VERIFY_ON_ITUNES_FAILURE
-
Changes
- Support new structure of market purchase event
v4.5.1 view commit logs
-
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
v4.5.0 view commit logs
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)
v4.4.1 view commit logs
- Changes
- Changing iOS bridge compilation and resulting header location
v4.4.0 view commit logs
BREAKING API VERSION
- Features
- Better integration process for Store module (see README for instructions)
v4.3.3 view commit logs
- Changes
- Updating Amazon plugin (v2.0.1)
v4.3.2 view commit logs
-
Features
- Adding market refresh failed event
-
Changes
- Removing save to DB from market refresh
- Fixes from updates submodules
v4.3.1 view commit logs
- Features
- Added canAfford functionality
- Fixing issue #153 on GitHub
v4.3.0 view commit logs
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.