This repository has been archived by the owner on Apr 28, 2022. It is now read-only.
0.9.8 release
Pre-release
Pre-release
Main changes of the OpenIAB library
- new 'store search strategy' options:
installer
(only the app installer can be a billing provider),
installer then best fit
(if the app installer is null or was uninstalled from the device the next suitable billing provider will be chosen),
best fit
(the choice is based on an options set) - Amazon IAP 2.0 support
- Skubit store support
Note:
to emulate installation from a certain store, you need to install your app using
adb install -i storepackage /path/to/yourapk
Gradle
- Add repository to resolve third party dependencies:
allprojects {
repositories {
maven { url 'https://raw.githubusercontent.com/onepf/OPF-mvn-repo/master/' }
jcenter()
}
}
- Add dependency:
compile 'org.onepf:openiab:0.9.8'
Plugins
New Cordova/XDK plugin
New version of Marmalade plugin
New version of Unity plugin
Documentation
We've started our wiki - a developer guide on OpenIAB.