RevMob / cordova-sdk-plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RevMob Cordova plugin

Overview

It takes 3 simple steps to start monetizing:

  1. Add your app to our system and get your Media Id
  2. Add the plugin to your project
  3. Implement Start Session and Ad Unit code

You can find more details about RevMob's plugin integration at http://www.revmob.com/sdk/cordova

###Requirements cordova version >= 3.0

To add the plugin to your existing Cordova project:

cordova plugin add https://github.com/RevMob/cordova-sdk-plugin

or install with npm

npm install https://github.com/RevMob/cordova-sdk-plugin
cordova plugin add https://github.com/RevMob/cordova-sdk-plugin

or install with Phonegap Build

<plugin name="com.revmob.cordova.plugin" spec="9.2.0" source="pgb" />

or install with plugman

plugman install --platform <YOUR PLATFORM> --project platforms/<YOUR PLATORM> --plugin https://github.com/RevMob/cordova-sdk-plugin

Sample App

For instructions on using the sample application, please refer to this developer guide.

###Forum

Be sure to also join the developer community on our forum.

###License

License

About

License:Other


Languages

Language:Objective-C 86.2%Language:Java 11.3%Language:JavaScript 2.3%Language:Shell 0.2%