Mobbeel for developers

Mobbeel for developers

  • MobbScan
  • MobbID
  • MobbSign
  • Clients
  • FAQ

›MobbScan Android SDK

MobbScan Android SDK

  • Configure MobbScan Android SDK
  • Dealing with 16 KB page size

Getting Started

  • Getting started with MobbScan
  • Detect and scan a document in two different calls
  • Detect and scan MRZ
  • Detect and scan a PDF417
  • Scanning documents with NFC
  • Error Handling

Additional configuration

  • Configure the detection process
  • Perform face matching with MobbScan
  • Select images returned by a scan
  • Fix scan orientation
  • Record a video while user performs a scan
  • Adding a video step
  • Configure Play Store distribution

MobbScan UI customization

  • Customize MobbScan Default Interfaces
  • Customize MobbScan document scan UI
  • Customize MobbScan MRZ scan UI
  • Customize Unattended Process UI
  • Customize feedback messages

MobbScan-Agent configurations

  • Getting the verification result

Migration Guides

  • Migration 2.25.x to 2.26.x
  • Migration 2.24.x to 2.25.x
  • Migration to 2.24.x
  • Migration to 2.22.x
  • Migration 2.19.x to 2.21.x
  • Migration 2.18.x to 2.19.x
  • Migration 2.13.x to 2.14.x

Information

  • Changelog
  • API Reference

Dealing with 16 KB page size

Overview

Google has announced that:

Starting November 1st, 2025, all new apps and updates to existing apps submitted to Google Play and targeting Android 15+ devices must support 16 KB page sizes.

Google requires native libraries to support 16 KB page sizes for the arm64-v8a and x86_64 architectures.

We have updated the MobbScan Android SDK to be compatible only with arm64-v8a.

Why isn't x86_64 supported?

We use technology specifically designed for mobile devices, which is why we have historically only supported the following architectures:

  • arm64-v8a
  • armeabi-v7a

What actions are required for my app to be approved?

You need to follow these two steps:

  1. Ensure you are using the latest version of the MobbScan Android SDK: v2.28.11 or higher.
  2. Configure your build.gradle to generate an artifact with only the supported architectures: arm64-v8a and armeabi-v7a:
defaultConfig {
    ...
    ndk {
      abiFilters 'armeabi-v7a', 'arm64-v8a'
    }
  }
  1. (Optional) If you use the video module, you will need to update the Twilio library to version 7.7.1.
implementation 'com.twilio:video-android:7.7.1'

Facing Other Issues?

If you encounter any additional problems, please contact us for more personalized support.

← Configure MobbScan Android SDKGetting started with MobbScan →
  • Overview
    • Why isn't x86_64 supported?
    • What actions are required for my app to be approved?
    • Facing Other Issues?
Mobbeel for developers
Product Documentation
MobbIDMobbScanMobbSign
Connect
LinkedInFacebookX
More
FAQContact Us
Mobbeel Solutions SL
Copyright © 2025 Mobbeel Solutions SL