---
icon: device-mobile
label: Mobile SDKs
order: 875
expanded: false
---

# 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](/cloud-apis-web-sdks/verifeye-service-api/#get-session-result).

## Available SDKs

- [iOS SDK](/mobile-sdks/ios-sdk/) — a SwiftUI library for iOS 16 and later.
- [Android SDK](/mobile-sdks/android-sdk/) — a Jetpack Compose library for Android 7.0 (API 24) and later.

For web applications, see the [Web SDK](/cloud-apis-web-sdks/web-sdk/).
