Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The AUTH_TOKEN key contained in the configuration file is not sensitive. The key is only used to identify the data sent by Mobile Protect to the backend, but cannot be used to pull any data from the app nor the backend. It is safe to commit and have the token in the .apk as it is used as an identifier, similar to Google's Firebase: https://firebase.google.com/docs/projects/api-keys .

Congratulations! The Mobile Protect SDK is now fully integrated into your app.

By default, all functionality of the SDK operates in Telemetry mode. This means that data about attacks will be forwarded to the Mobile Protect Dashboard. Each Protection Item offered by Mobile Protect can be individually toggled into Active Protection mode by configuring the feature flags within the configuration file.

...

Other Installation Guides

...