eMRTD Connector SDK Android

The Kinegram eMRTD Connector enables your Android app to read and verify electronic passports / id cards

eMRTD Connector SDK iOS

The eMRTD Connector enables the Document Validation Server (DocVal) to communicate with the eMRTD through a secure WebSocket connection.

Example App

This project contains an Example App to demonstrate usage and functionality.

Requirements

  • Android Studio
  • Device running Android 5 (API level 21) or later with NFC capabilities

Running

Enable adb debugging on your device and connect it with USB.

Open the project with Android Studio and click run.

Include the Kinegram eMRTD Connector in your app

Add the dependencies to your app’s gradle build configuration.

  1. Configure your app-level build.gradle (app/build.gradle) file to include the emrtdconnector dependency.
  2. Replace ‹version› with the version you want to use. You can find the latest version in the releases.

Kotlin (app/build.gradle.kts)

dependencies {
...
implementation("com.kinegram.android:emrtdconnector:‹version›")
}

Groovy (app/build.gradle)

dependencies {
...
implementation 'com.kinegram.android:emrtdconnector:‹version›'
}

Usage and API description

Open the Dokka Documentation in your preferred browser.

There is also a JavaDoc Documentation available if you prefer the old JavaDoc style.

Changelog

Privacy Notice

Get more information about
secure identity verification

Contact

    First Name *

    Last Name *

    Company *

    Position

    E-Mail *

    Phone *

    Message *

    *

    I agree that my data from the contact form will be collected to answer my request and for marketing and sales purposes. You can find more information in our privacy policy.