Installing Crash SDK
1. Installing the SDK
// Add jcenter repository
repositories {
mavenCentral()
}
// Add compile or implementation dependencies
dependencies {
compile 'io.imqa:imqa-core:2.27.4'
compile 'io.imqa:imqa-crash-client:2.27.4'
// Add when using zstd
implementation 'com.github.luben:zstd-jni:1.5.2-3@aar'
}
2. Basic setting
Internet setting
Initializing IMQAController
⚠️ HTTPS (API level > 27)
Using Zstandard (Zstd)
3. ProGuard setting
Preparation
Upload process
4. Settings required for the installation-type
Last updated