Migration guide

This topic details how to migrate from the Thunderhead Cordova SDK to the Medallia Experience Orchestration Cordova SDK.
  1. Register Medallia NPM.
    Add the following Medallia NPM registry to your ~/.npmrc files.
    @medallia:registry=https://repository.medallia.com/artifactory/api/npm/public-npm
  2. Navigate to your App's root directory in the Terminal.
  3. Remove the old Thunderhead ONE Plugin using the Cordova CLI.
    npx cordova plugin remove cordova-plugin-one
    
  4. Add the new Medallia MXO SDK using the Cordova CLI.
    npx cordova plugin add @medallia/mxo-cordova-sdk@{SDK_VERSION}

For more information, see Getting started with the MXO Cordova SDK.