Welcome to the MobbScan SDK
Overview
The present document is a guide to integrate the MobbScan iOS SDK into your 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 bundle identifier (specified in your Info.plist
) and it should be used to initialize 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 iOS 9.0 or later for iOS SDK
- If you are going to use the MobbScan video features, you will need to raise your application's minimum version to iOS 11.0. You can check the video section and unattended video section
- If you are going to use MobbScan NFC feature, you will need to raise your application's minimum version to iOS 13.0, as NFC required features were not implemented until this iOS version. You can check the NFC section
- Camera with autofocus capability
Sample applications
You can test the basic functionalities of MobbScan with our demo application. You can download it from here:
Configure the SDK
To start building your own application with MobbScan, get the SDK and configure your project to use it (please refer to the Configure SDK section for further information).
Getting started guides
Start integrating MobbScan in your application workflow following our guides.
You should start by scanning a document and then maybe check how to add a face matching step or how to add a video step. As a final step, maybe you need to check the verification result.
Customization
If you need some customization in the document detection step, please check our customization guide.
Changelog
Check out the changelog to be aware of new functionalities, improvements and the latest fixes.