Installation Guide

Development Environment Preconditions

Your development environment must meet the following prerequisites:

  • Have version 9 or higher of Android Studio installed (Google's official development IDE);

  • Have the Android SDK version 21 or higher;

  • Have the Unico Maven repository configured.

The capture component provided through the Android SDK supports versions equal to or higher for the following technologies:

  • Android: 5.0 (API 21);

  • Kotlin: 1.6.

Compatible Devices

This SDK does not work on emulators, only on physical devices.

The Android SDK is compatible with the majority of devices running Android 5.0 (API level 21) or higher.

The table below lists the devices tested in the lab, along with the availability of the supplier/manufacturer extensions. Some extensions listed may be subject to specific APIs or SKUs from the manufacturer. Click below to view the tested devices:

Installing the Android SDK

To implement the Unico IDCloud Android SDK into your Android application, follow the step-by-step instructions listed below:

1

Configuring the Maven Repository

The Android SDK is provided through a Maven Repository. Add the following to the repositories block in the build.gradle file located at the root of your project:

Enable AndroidX support in your gradle.properties file at the root of your project (this ensures better performance and operation of the capture framework):

2

Camera and Internet Permissions

To use the camera and internet opening method in your project, you need to add the permissions in your file AndroidManifest.xml:

3

Adding the Dependency

After configuring the Android SDK, simply import it into your project. To do this, add acessobio-android to the dependencies block in the app/build.gradle file.

  • The dependency should be included in a file different from the one used in the previous step. In this step, you need to use the build.gradle file for the module, not the project.

4

Obtaining Credentials

  • Contact the CS and/or Onboarding team.

  • Request the SDK Key by providing the identifiers of your applications: PackageID and SHA-256 for Android.

  • The identifiers of your applications will be linked to the SDK Key by the Unico team.

  • You will receive your SDK Key to implement the AcessoBioConfigDataSource.

5

Embedding Credentials in Your Project

  • Implement the AcessoBioConfigDataSource protocol in your class:

Depracated Method - Java
Deprecated Method - Kotlin

Done. After completing the SDK installation, proceed to the implementation by reading the following material:

Last updated

Was this helpful?