Requirements

Android

The SDK requires the following:

  • Minimum supported Android version: Android 6.0.0 (API level 23)
android {
...
defaultConfig {
...
minSdkVersion 23
multiDexEnabled true
...
}
...
}

Code Block 1 app build.gradle

iOS

The SDK requires the following:

  • Minimum iOS deployment target 12.0