cordova-plugin-jeeng

Jeeng Cordova Plugin allows android apps to create additional revenue by displaying monetized push notifications. When app users clicks on them, they are displayed with an add inside the app and the app owner gets paid for that. Monetize a brand new real


Keywords
cordova, android, ad, notification, cordova-android, push, push-notification, jeeng, monetization, revenue, advertisment
License
ISC
Install
npm install cordova-plugin-jeeng@1.0.5

Documentation

phonegap-plugin-jeeng

Getting Started

dependencies

Android

  • Android 5.1.1 SDK Platform (API Level 22)
  • Android Support Library
  • Android SDK Platform-tools
  • Android SDK Build-tools

develop

add android platform

$ cordova platform add android@5.1.1

uninstall plugin

$ plugman uninstall --platform android --project ~/projects/jeeng/cordova/platforms/android --plugin ~/projects/jeeng/cordova-plugin-jeeng

install plugin

$ plugman install --platform android --project ~/projects/jeeng/cordova/platforms/android --plugin ~/projects/jeeng/cordova-plugin-jeeng

### run on device

$ cordova run android