Accura Liveness
User Authentication and Liveness Check Is Used for Customer Verification and Authentication.
Step 1: Before you begin
If you haven't done already then follow Project Setup steps.
Contact AccuraScan at contact@accurascan.com for Liveness SDK or API
Required below permissions:
Camera Permission
android.permission.CAMERA
Required Interent Permission
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