iDmission
IDentity SDK 2.0
Android
iOS

Native Identity for Mobile

A compact, powerful SDK with on-device AI models that deliver instant feedback, auto-detect documents, and capture near-perfect images — entirely within your native app.

Read Documentation
Capture.ktSDK.init
importcom.idm.sdk.*
// Seamless Mobile Integration
classAuthActivity : AppCompat() {
private validm= IDM.builder()
.setLiveness(MODE_PASSIVE)
.setAccuracy(ACCURACY_MAX)
.build()
}
ANDROID
IOS
Scanner Ready