Accura Liveness

User Authentication and Liveness Check Is Used for Customer Verification and Authentication.

Step 1: Before you begin

  1. If you haven't done already then follow Project Setup steps.

  2. Contact AccuraScan at [email protected] for Liveness SDK or API

  3. Required below permissions:

    1. Camera Permission android.permission.CAMERA

    2. Required Interent Permission

    3. Storage Permission required only for print out debug logs.

Note: Enable logs using below methods for debugging. make sure disable it before release it. (Required Storage permission for logging). AccuraLivenessLog.setDEBUG(true); AccuraLivenessLog.refreshLogfile(activity); Log file will be stored in InternalStorage/Downloads/AccuraLivenessLog.txt

Step 2 : Open Liveness camera screen

  • Customize camera screen (Optional)

  • Open Camera screen using android Intent.

Note: If you want to use default camera screen then create intent with null object. Intent intent = SelfieCameraActivity.getCustomIntent(this, null, "your_url");

  • Receive Capure Image and liveness score

Last updated