This project is the property of adjoe GmbH and is published for the sole use of entities with which adjoe has a contractual agreement. The unauthorized redistribution of any or all parts of this project is strictly prohibited.
To integrate the adjoe Cordova SDK into your Cordova project, follow these steps:
-
Open your project's
package.jsonfile. -
Add the adjoe SDK as a dependency under the
dependenciessection. You can change the version number to the desired version of adjoe SDK you want to integrate.
dependencies: {
"cordova-plugin-adjoe": "https://github.com/adjoeio/adjoe-cordova-sdk#v3.4.0"
}- save the
package.jsonand run the following command:
npm install