Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 946 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 946 Bytes

Cordova Tapjoy Plugin

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.

Installation

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/Switch168/my-tapjoy-plugin.git --nofetch

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.