Integration
Prerequisites
- Android Studio Arctic Fox and above.
- Target API level 19 (Kitkat) or later.
- Android Gradle plugin at least 7.0.0-beta04.
- DataBinding should be enabled in your project.
- Use google's Androidx library instead of the standard or support library.
Getting started
- Before you can add Zoho Apptics to your Android app, you need to create a Project and add your app to the Apptics web.
- Download apptics-config.json, and move the file to your app (module) directory.
Product flavor and build type-specific apptics-config.json
Copied
- In root level (project level) build.gradle, add classpath and maven url for Apptics Plugin.
Copied
- Include the repo URL in the settings.gradle.
Copied
- Declare the dependencies for the Apptics Modules that you want to use in module-level build.gradle.
Apptics BOM
Apptics BoM (Bill of Materials) can be used to manage apptics module versions by just specifying the BoM version. A compatible set of each apptics module version will be mapped with the BoM version.
Check the Release Notes to know which apptics module versions are mapped to a specific BoM version.
Copied
Note: Individual modules dependencies can also be directly used without Apptics BoM
List of Apptics libraries
Module | Gradle Dependency | Latest Version | Purpose |
---|---|---|---|
Analytics | com.zoho.apptics:apptics-analytics | 0.2.5.1 | Used for collecting Events, Sessions, Screens, and APIs |
Crash tracker | com.zoho.apptics:apptics-crash-tracker | 0.2.5 | Used for collecting the crash reports from the App |
In-App Feedback | com.zoho.apptics:apptics-feedback | 0.2.5 | Used for collecting feedback from the App |
In-App Updates | com.zoho.apptics:apptics-appupdates | 0.2.5.1 | Used to show the update pop-up in the App |
In-App Ratings | com.zoho.apptics:apptics-ratings | 0.2.5.1 | Used to show the rating pop-up in the App |
Remote Config | com.zoho.apptics:apptics-rc | 0.2.5 | Used to make minor UI/UX changes in the App |
Cross Promotion | com.zoho.apptics:apptics-crosspromo | 0.2.5 | Used to promote the family of Apps |
Logger | com.zoho.apptics:apptics-logger | 0.2.5 | Used to get logs from the App |