Setting up the SDK
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.1.1 version of the adjoe SDK for Cordova here: cordova-plugin-adjoe-2.1.1.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.1.1.tgz.
Last updated