Mobbeel for developers

Mobbeel for developers

  • MobbScan
  • MobbID
  • MobbSign
  • Clients
  • FAQ

›Additional Configuration

MobbScan iOS

  • Welcome to the MobbScan SDK
  • SDK size

Configure SDK

  • Configure the iOS SDK

Migration Guides

  • Migration to 2.26.0
  • Migration to 2.19.0
  • Migration to 2.18.0
  • Migration to 2.17.0
  • Migration to 2.16.0

Getting Started

  • Initalize API
  • Scanning a document with MobbScan
  • Performing Face Matching
  • Adding a video step
  • Record a video while user scans the document
  • Getting the verification result
  • Scanning documents with NFC
  • Detect and scan MRZ
  • Detect and scan a PDF417
  • Add fields to validations in agent portal
  • Error Handling

Additional Configuration

  • MobbScan Configuration

Customization

  • Customize Detection Views
  • Customize Feedback Messages
  • Customize Unattended Process

Reference

  • Changelog

MobbScan Configuration

MobbScan allows configuration by using a configuration object. In order to do so, you must create an instance of the object MSConfiguration and initialize MobbScanAPI using it:

Swift
ObjectiveC
var msConfiguration = MSConfiguration()
msConfiguration.falsePositive = true
msConfiguration.returnOriginalImage = true

. . .

MobbScanAPI.getInstance().initAPI(withLicense:"YOUR_LICENSE_HERE", configuration: msConfiguration, result: {(result, date) in
// Your block code here
})
MSConfiguration *msConfiguration = [MSConfiguration new];
msConfiguration.falsePositive = YES;
msConfiguration.returnOriginalImage = YES;

. . .

[[MobbScanAPI getInstance] initAPIWithLicense:@"YOUR_LICENSE_HERE"
configuration:msConfiguration
result:^(MobbScanLicenseResult result, NSDate* date) {
// Your block code here
}];

Configuration parameters

The parameters that you can configure by using MSConfiguration are these:

Global configuration

ParameterTypeComment
baseURLNSStringConfigure MobbScan base url

Quality Control

This is a set of checks that ensure that the detected image have the necessary quality to scan the document or validate the face later.

All of these parameters are boolean which are set true by default.

Document Detection QA Checks

ParameterComment
checkDocumentLightnessCheck the ambient light is neither too dark nor too shiny.
checkDocumentPositionCheck the document is placed within the detection box, and it is neither too far nor too near.
checkDocumentSparklesCheck there are no sparkles on the document image.
falsePositiveCheck the document side is the one we are looking for.

Facial Detection QA Checks

ParameterComment
checkFacialLightnessCheck the ambient light is neither too dark nor too shiny.
checkFacialPositionCheck the face of the user is placed within the frame, and it is neither too far nor too near.
checkFacialMaskCheck the face is not covered by a mask.
checkFacialFocusCheck the image of the face is focused.
← Error HandlingCustomize Detection Views →
  • Configuration parameters
    • Global configuration
    • Quality Control
Mobbeel for developers
Product Documentation
MobbIDMobbScanMobbSign
Connect
LinkedInFacebookX
More
FAQContact Us
Mobbeel Solutions SL
Copyright © 2025 Mobbeel Solutions SL