Introduction

In this guide, we will show you all the resources you need to integrate with the SDK in the easiest way.

Pre-requisites

  1. Send your Android package name to this email [email protected]

  2. Send the users who will have access to the sandbox accounts to this email [email protected]

Minimum Requirements

Requirement
Definition

Android

The SDK Is compatible with all deices running Android 10 (API 29) or higher

Location

We must allow the SDK to get the location

Connectivity

Devices should have good connectivity (Wi-Fi or 4G)

Security

We use a very strict attestation approach where it will block devices completely if it shows any sign of the following:

  • APK is tampered

  • If the application certificate is tampered

  • If the application is being hooked with specialized tools like Xpose, Substrate or Frida.

  • If the application is debuggable or is being debugged.

  • If the application is running on a rooted device.

  • If the application is running in an emulator.

  • If the application is running in a virtual device.

  • The bootloader is unlocked

Developer/Mode Options

Developer mode should be off

NFC

The NFC must be enabled

Last updated