The CAS.AI Mobile Ads SDK (by CleverAdsSolutions) offers advanced mobile advertising capabilities with refined ad formats and streamlined APIs to access multiple ad networks and maximize monetization in mobile apps.
This repository contains the official Cordova plugin for CAS.AI, allowing Cordova developers to easily integrate and monetize their apps using the CAS.AI SDK.
For setup instructions, usage examples, and API details, refer to the Developer Guide.
Visit releases to get the latest version of the plugin.
A full sample application demonstrating CAS.AI Cordova integration is available in the example directory.
- Go to example directory.
cd example- Add cordova platform for the project:
cordova platform add androidor
cordova platform add ios- Build and run app on your device:
cordova run androidor
cordova run iosFound a bug? Have a feature request or suggestion?
Please open an issue using GitHub’s Issue Tracker.
This Cordova plugin is built on top of the official native CAS.AI SDKs:
- CAS.AI Android SDK (GitHub) Native Android SDK for Java and Kotlin applications.
- CAS.AI iOS SDK (GitHub) Native iOS SDK for Swift and Objective-C applications.
Refer to these repositories for follow the latest releases, changelogs, or to report platform-specific issues.