Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 1.13 KB

Readme.md

File metadata and controls

50 lines (30 loc) · 1.13 KB

Cordova Chartboost plugin v 0.2

This plugin will allow you to run Chartboost on cordova projects.

Usage

The plugin has the following calls:

Chartboost.init(appID,appSignature); 

This will initialize Chartboost. You will find the appID and the appSignature of your app on the Chartboost dashboard once you have create an app in your account

Chartboost.showInterstitial(success, fail, location);

This will show an Insterstitial Add. The parameters are the success and failure callbacks and the location of the interstitial. The callbacks system is still not implemented.

The project still need a lot of work. Right now there are the basic calls to make it work and get interstitials from Chartboost.

INSTALLATION

cordova plugin add https://github.com/spilgames/cordova-chartboost-plugin

SUPPORTED PLATFORMS

  • Android
  • iOS

TODO

  • Callbacks implementation
  • Video calls implementation

CHANGELOG

v0.1: First version of the plugin:

  • Call to initialize Chartboost with the appId and the appSignature
  • Call to show interestitials

v0.2: Support for iOS platform