Recommended Approach: For the best user experience, use our native SDKs instead of WebView integration. Native SDKs handle all the complexity of camera permissions, NFC reading, and liveness detection out of the box.
SDK Availability
| Platform | Status | NFC | Languages | Documentation |
|---|---|---|---|---|
| iOS | ✅ Available | ✅ | 50+ | iOS SDK Guide |
| Android | ✅ Available | ✅ | 40+ | Android SDK Guide |
| React Native | ⏳ Coming Soon | — | — | Preview & WebView |
| Flutter | ⏳ Coming Soon | — | — | Preview & WebView |
| Web (JS) | ⏳ Coming Soon | — | — | Web SDK Guide |
Alternative: If a native SDK isn’t available for your platform yet, you can use WebView Integration as a fallback.
iOS SDK
Available Now A lightweight, server-driven iOS SDK for identity verification with minimal configuration required.GitHub Repository
View source code and examples on GitHub
- SwiftUI and UIKit support
- NFC passport/ID reading
- 50+ language support
- Customizable UI theming
- Session token or workflow ID integration
Android SDK
Available Now A lightweight, server-driven Android SDK for identity verification with minimal configuration required.GitHub Repository
View source code and examples on GitHub
- Kotlin and Jetpack Compose support
- NFC passport/ID reading
- 40+ language support
- Customizable UI theming
- Session token or workflow ID integration
React Native SDK
Coming Soon A cross-platform React Native SDK that wraps our native iOS and Android SDKs. Expected Features:- Single API for both platforms
- TypeScript support
- Expo compatibility
- Hooks-based API
Flutter SDK
Coming Soon A cross-platform Flutter SDK for seamless integration in Dart-based applications. Expected Features:- Platform channel integration with native SDKs
- Dart-native API
- Stream-based state management
Web SDK (JavaScript)
Coming Soon A JavaScript SDK for web applications with React, Vue, Angular, and vanilla JS support. Expected Features:- Programmatic session management
- Event callbacks for verification progress
- Modal & inline modes
- Full TypeScript support
SDK Comparison
| Feature | Native SDKs | WebView |
|---|---|---|
| User Experience | ⭐ Excellent | Good |
| Performance | ⭐ Excellent | Good |
| NFC Chip Reading | ✅ Full support | ❌ Not available |
| Camera Quality | ✅ Optimized | ⚠️ Browser-dependent |
| Offline Capability | ✅ Partial | ❌ Not available |
| Biometric Integration | ✅ Native | ❌ Not available |
| White-Label Theming | ✅ Console-driven | ✅ Console-driven |
| Setup Complexity | Low | Low |
| Backend Required | Optional | Optional |
| Platform Support | iOS, Android | All (RN, Flutter, etc.) |