Setting up the SDK
Our documentation has moved! You can find the updated documentation for all new SDK versions (starting from v2.2.1) here.
Add the SDK to your app
The adjoe SDK for Cordova is also compatible with Capacitor. You can use the npm
packed version below.
You can download the 2.2.0 version of the adjoe SDK for Cordova here: cordova-plugin-adjoe-2.2.0.tar.gz.
Run cordova plugin add <path_to_cordova_plugin_adjoe>
in your project's root directory. Replace <path_to_cordova_plugin_adjoe>
with the path where you have unpacked the adjoe plugin for Cordova.
If you would like to use an npm
packed version for use with npm
or yarn
, you can use the following: cordova-plugin-adjoe-2.2.0.tgz.
Last updated