Welcome to the MobbID SDK
The present document is a comprehensive guide to MobbID. It explains all its features and how to integrate and use the MobbID Mobile SDK into your Android and iOS application.
License Key
To start using the SDK you need to obtain a license key that is bound to your application.
The license key is generated for your specific application package (specified in your AndroidManifest.xml
in Android or your Info.plist
bundle identifier in iOS) and it should be used to initialise the SDK.
Note Internet connectivity is needed to download the license key the first time the SDK is used (and every time the license expires and has to be renewed).
Requirements
- Device running Android 4.1 or later for Android SDK
- Device running iOS 7 or later for iOS SDK.
Requirements per technology
- Specific requirements for Face technology
- Device with front or rear camera with autofocus capability.
- Specific requirements for Signature technologies
- Device with touch screen
- Specific requirements for Voice technology
- Device with microphone
- Specific requirements for Iris technology
- Device with rear camera and autofocus capability.
- Specific requirements for On-device Fingerprint technology
- Device running Android 6.0 or later for Android SDK
- Device running iOS 9.0 or later for Android SDK
- Fingerprint enabled device
- Specific requirements for external Fingerprint technology
- Compatible fingerprint reader:
- iOS: Tactivo Mini, Oyster, Crossmatch U.ARE.U 5160 and Crossmatch U.ARE.U 5160
- Android: Tactivo Mini
- Compatible fingerprint reader:
Sample applications
Demo applications are available here:
Sample source code is available in the zip distribution file
Configure the SDK
To start building your own application with MobbID, get the SDK and configure your project to use it.
Versioning
The SDKs are released according to semantic versioning, so you should always note both the major and minor versions of the SDKs to maintain API compatibility with your code.
Getting started
Learn how to integrate MobbID in your application workflow with our getting started section.
API Reference
If you are looking for a detailed API documentation, please check out the API Reference page.
Changelog
Check out the changelog to be aware of new functionalities, improvements and the latest fixes.