đ ī¸Integration
The general flow of the integration can be decomposed into the following steps:
Conforming to the prerequisites, e.g. setting up Android
minSdkVersion
.Adding the dependency.
Setting up the configuration for the application, e.g. package name or whether it is production or not (see Dev vs Release version).
Handling the detected threats (callbacks).
Starting the SDK.
Enabling the source code obfuscation.
Become familiar with Security Report, User Data Policies and License.
Looking at Features and Pricing plans if you are interested in more advanced solutions to protect your application and business.
Dev vs Release version
The Dev version is used to not complicate the development process of the application, e.g. if you would implement killing of the application on the debugger callback. It disables some detections which won't be triggered during the development process:
Emulator/Simulator
Debugging
Tampering/Repackaging
Unofficial store/source
Obfuscation issues
Developer mode
Make sure that you use the Release version for the production.
Choose the relevant section based on your app development platform:
Last updated