Teads SDK plugin for Cordova comes with support for Android and iOS.
More information and guidelines available in the wiki.
To add Teads Cordova plugin to your Cordova application, use the following command :
cordova plugin add https://github.com/teads/TeadsSDK-cordova
Important Note for projects with Android platform : make sure you are using a Cordova-android platform >= 4.0.0.
To know what version of Cordova-android platform you have on your Cordova project, use the following command :
cordova platforms
Update plugman : npm install -g plugman
Update Cordova : npm install -g cordova
Update to the last Cordova's Android/iOS platform of your current project :
cordova platform update android
cordova platform update ios