Get started
The MobileSDK is a convenient way for your applicants to get verified using their mobile devices.
To get started with the MobileSDK:
- Set up a verification level.
- Generate an access token associated with:
userId
— a user identifier in your system.levelName
— the verification level name that you get at Step 1. This way, you restrain access to the only one applicant and let the SDK know what verification level you are going to use for the verification process.
- Choose a platform, which can be iOS SDK and Android SDK, or use mobile frameworks, such as Cordova plugin, React native module, and Flutter plugin.
Tip
To initialize the WebSDK within the mobile app using
WebView
, make sure that:
WebView
is able to access the device local storage and initialize the camera. For older iOS versions, the camera can be accessed only from the Safari browser or WebViewSFSafariViewController
.- HTML5 video playback is allowed (we are using some instructions within
<video>
tags). If video instructions are not played, try usingWebChromeClient
to enable video playback.- Autoplay in fullscreen mode is disabled and
allowsInlineMediaPlayback
is set totrue
forWebView
with running SDK.- The selector file is implemented on your side (required for file uploads).
Updated 5 days ago