Integration
Last updated
Was this helpful?
Last updated
Was this helpful?
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 , to provide an additional layer of protection by detecting malware or suspicious applications.
Looking at Features and Pricing plans if you are interested in more advanced solutions to protect your application and business.
The Dev version is intended for development purposes. It allows you to work on your app without interference from security features that could disrupt the process, e.g. if you would implement killing of the application on the debugger callback.
The Release version is meant for production and must always be used for your published app. It enables all security protections provided by freeRASP.
To configure this, set the isProd
flag in freeRASP:
Release: isProd = true
Dev: isProd = false
⚠️Dev version disables some detections which won't be triggered during the development process:
Emulator/Simulator
Debugging
Tampering/Repackaging
Unofficial store/source
Obfuscation issues
Developer mode
ADB Enabled
Make sure that you use the Release version for the production.
Choose the relevant section based on your app development platform: