Android
Install SDK in React Native Environment
1. Common
MPM Module install
// npm install imqa-react-native-agent --save yarn add imqa-react-native-agent2. Installing Gradle plugin
/// Add Build script dependencies
buildscript {
repositories {
mavenCentral()
}
dependencies {
// Add dependencies.
classpath 'io.imqa:imqa-mpm-injector:2.25.6' ...
}
} 3. Adding authority to the Android Manifest
4. Inserting the IMQA initialization code into the source code
Writing the IMQA start code
MPM Mode Option
Shortcut mode
⚠️HTTPS (API level > 27)
Using Zstandard (Zstd)
5. ⚠️Issues in the current version
6. Settings required for the installation-type
Last updated