Mobile SDKs
The VerifEye Mobile SDKs embed the VerifEye verification flow — camera access, consent, liveness, and image capture — directly into your native mobile applications, running against a verification session you create server-side.
Both SDKs share the same integration model: your backend creates a session with your API key and returns a short-lived sessionId and accessToken to the app; the SDK runs the verification and reports completion; your backend then fetches the outcome from the VerifEye Service API.
Available SDKs
- iOS SDK — a SwiftUI library for iOS 16 and later.
- Android SDK — a Jetpack Compose library for Android 7.0 (API 24) and later.
For web applications, see the Web SDK.