Get Started
Check out the example project at https://github.com/sybrin-innovations/Sybrin.SDK.Samples/tree/main/android/identity
You can use the Sybrin Identity SDK to capture data on various Identity documents from a wide range of countries. Implementing the SDK is as easy as importing it into your dependencies list within you project. In this section we will focus on how to get the Sybrin Identity SDK into your project.
Before you begin
In your project-level build.gradle
file, make sure to include the following maven
tag inside the repositories
tag.
Add the following compile options to android
tag within the modules app-level build.gradle
file.
Add the dependency for the Sybrin Android Identity SDK to your modules app-level build.gradle
file under dependencies
Done
You are now ready and setup to use Sybrin Identity! Check out all the Identity Features
To see which documents the Sybrin Android Identity SDK supports go have a look at our Supported Documents list.
Last updated