Available SDKs
iDenfy provides native SDKs for seamless mobile identity verification with built-in camera handling, liveness detection, and customizable UI.Android SDK
Native Android SDK with Kotlin/Java support. Minimum API level 21.
iOS SDK
Native iOS SDK with Swift/Objective-C support. Minimum iOS 13.
React Native
Cross-platform wrapper for React Native applications.
Flutter
Cross-platform wrapper for Flutter applications.
SDK vs. API vs. iFrame
Common SDK Flow
1
Create session (server-side)
Call the session creation API from your backend.
2
Pass token to SDK
Send the
authToken to your mobile app.3
Initialize SDK
Start the verification flow with the token.
4
Handle callback
Receive the local SDK callback AND the server webhook for the final result.