Getting started with Capacitor SDK
Follow the documentation on how to use Medallia Experience Orchestration Capacitor SDK.
Before you begin (version 2.1.0)
- Capacitor requirements:
- Capacitor Android 6.0.0
- Capacitor iOS 6.0.0
- Capacitor Core 6.0.0Note: Only version 6.0.0 of the Capacitor libraries is supported by the SDK. Use newer versions at your oun risk.
- iOS requirements:
- Minimum deployment target 13.0
- Xcode 16+
- Base iOS version 18.0
- Android requirements:
- Android 9.0 - 14.0 (API levels 28 - 34)
- Android Gradle Plugin 8.0+
- Gradle 8.0+
- Java 17
- Kotlin 1.9.10+
Registration of Medallia's NPM
~/.npmrc
files:Installation of the MXO Capacitor SDK
App
's root folder and run the following command:Installation for Android
In addition to the above, Android SDK requires the following updates to the build.gradle
files:
Applying the MXO Orchestration Plugin.
Adding the
coreLibraryDesugaring
dependency.
Configuration of the MXO Capacitor SDK
To configure the Medallia Experience Orchestration Capacitor SDK, see Configuring Capacitor SDK.
Removal of the MXO Capacitor SDK
To remove the MXO Capacitor SDK from your app, execute the following command in your Terminal: