com.revmob.cordova.plugin
v9.2.0
Published
Official RevMob ads Cordova SDK plugin.
Downloads
3
Maintainers
Readme
RevMob Cordova plugin
Overview
It takes 3 simple steps to start monetizing:
- Add your app to our system and get your Media Id
- Add the plugin to your project
- 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.