Skip to content

eMRTD Connector iOS ​

Part of MOBILE CHIP SDK online.

The kinegram.digital eMRTD Connector enables your iOS app to read and verify electronic passports and ID cards (eMRTDs).

The eMRTD Connector enables the DocVal Service to communicate with the eMRTD through a secure WebSocket connection. The DocVal Service reads the data (such as MRZ info or photo) and verifies the authenticity and integrity of the data. If the eMRTD supports the required protocols, the DocVal Service will additionally verify that the chip was not cloned. The verification result is posted to your server.

Results

WebSocket

NFC

DocVal Service

Your Server

eMRTD Connector

PASSPORT / ID CARD (eMRTD)

Results

WebSocket

NFC

DocVal Service

Your Server

eMRTD Connector

PASSPORT / ID CARD (eMRTD)

Requirements ​

  • iOS 13.0+
  • Swift 5.5+
  • Physical device with NFC capability
  • KinegramEmrtd.xcframework (included)

API Reference ​

Full API documentation is available at: DocC Reference

Example App ​

A complete SwiftUI example app demonstrating MRZ and CAN validation, progress updates, and error handling is available in the GitHub repository.