isProd flag

There are two possible values for this flag:

  • true

    • Indicates the Release version.

    • This is the default value when undefined.

  • false

    • Indicates the Dev version.


The Dev version of freeRASP is intended for usage during the development phase. It serves the purpose of segregating development and production data, as well as disabling certain checks that are not applicable during the development process. These checks include:

  • Emulator usage (onSimulator),

  • Debugging (onDebug),

  • Signing (onAppIntegrity),

  • Unofficial store (onUnofficialStore),

  • Obfuscation issues (onObfuscationIssues),

  • Developer mode (onDevMode),

  • ADB Enabled (onADBEnabled).


Last updated

Was this helpful?