Skip to content

SeVeNDuS/TeadsSDK-cordova

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

TeadsSDK-cordova

Teads SDK plugin for Cordova comes with support for Android and iOS.

More information and guidelines available in the wiki.

Quick installation

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

How To

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

Demo app

Download demo app