This is phonegap/cordova plugin for integrating Tapjoy ad provider in cordova based applications.
This plugin is the same as described here, but organized as per cordova plugin specification so as to install it easily.
It supports both Android and iOS platform v10.
Install the plugin by running following command from your terminal. (Make sure you are at the root of your cordova project.)
Added support for TJ 10.2.2
cordova plugin add https://github.com/kalpeshhpatel/cordova-tapjoy-plugin.git
After installation you can call any of the js
api provided by Tapjoy.
To view list of js
api, please visit tapjoy.js
file located inside www
directory.