Getting started with the MXO Cordova SDK
Follow the documentation on how to use Medallia Experience Orchestration Cordova SDK for apps built using Cordova.
Before you begin (version 1.0.3)
- 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 Medallia's 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 Cordova CLI reference examples.Configuration of the MXO Cordova SDK
To configure theMedallia Experience Orchestration Cordova SDK, see Configuring the MXO Cordova SDK.
Removal of the MXO Cordova SDK
To remove the MXO Cordova SDK from your app, execute the following command in your Terminal:
cordova plugin remove @medallia/mxo-cordova-sdk