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 Server to communicate with the eMRTD through a secure WebSocket connection. The DocVal Server 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 Server will additionally verify that the chip was not cloned. The verification result is posted to your server.

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.