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
| Feature | Mobile SDK | Direct API | iFrame/Redirect |
|---|---|---|---|
| Camera access | Native (best quality) | Your implementation | Browser-based |
| Liveness detection | Built-in, optimized | Not available | Built-in |
| NFC chip reading | Supported | Not available | Not available |
| UI customization | Full control | Complete control | Limited |
| Offline capability | Partial | None | None |
| Integration effort | Medium | High | Low |
Common SDK flow
Generate token (server-side)
Call the token generation API from your backend.