Getting started with the MXO Cordova SDK
Follow the documentation on how to use Medallia Experience Orchestration Cordova SDK for apps built using Cordova.
Prerequisites
Cordova requirements:
Cordova CLI 11.0.0
Cordova Platforms:
Android >=11.0.0
iOS >= 6.2.0
iOS requirements:
Minimum deployment target 11.0
Base iOS version 16.2
Android requirements:
Android 5.0 - 12.0 (API levels 21 - 31)
Android Gradle Plugin 7.2.2 - 7.4.0
Gradle 7.3.3 - 7.6.5
Kotlin version 1.7.20+
Registration of the Medallia NPM
~/.npmrc
files:@medallia:registry=https://repository.medallia.com/artifactory/api/npm/public-npm
Installation of the MXO Cordova SDK
App
's root folder and run the following command:cordova plugin add @medallia/mxo-cordova-sdk
Then continue to add platforms (iOS/Android) as described here.Configuration of the MXO Cordova SDK
To configure the Medallia Experience Orchestration Cordova SDK, follow these steps.
Removal of the MXO Cordova SDK
To remove the MXO Cordova SDK from your app, please execute the following command in your Terminal:
cordova plugin remove @medallia/mxo-cordova-sdk