The Clever Ads Solutions Cordova plugin enables Cordova developers to easily serve Mobile Ads on Android and iOS apps without having to write Java or Objective-C code. The plugin provides a JS interface for requesting ads that is used by JS scripts in your Cordova project.
To get started, here is the link to Cordova plugin integration documentation.
- Running demo application on android.
1.1. Runcordova platform add android
in the same directory as the package.json to add the Android platform for the project.
1.2. Runcordova run android
to build and run an app on your Android device. - Running demo application on iOS.
1.1. Runcordova platform add iOS
in the same directory as the package.json to add the iOS platform for the project.
1.2. Runcordova run iOS
to build and run an app on your iOS device.
To file bugs, make feature requests, or suggest improvements for the Cordova Plugin SDK, please use GitHub's issue tracker.
The CAS Cordova plugin is available under a commercial license. See the LICENSE file for more info.