iOS V70 (September 30, 2025)
🚀 New Feature: QR Code Scanning
We’ve introduced QR code scanning support.
- Developers can now enable scanning of QR codes embedded in documents (for example, the Lebanese Individual Civil Extract / Ikhraj Kaid).
- This unlocks faster and more accurate data capture from official documents, reducing manual entry and enhancing the user experience.
Developer Impact:
- The feature is seamlessly integrated into the existing document capture flow.
- No additional code changes are required—just update to the new SDK build and the capability is available.
⚙️ Simplified SDK Initialization
We’ve made SDK setup more flexible and significantly easier.
Previously, you needed to pass multiple parameters at initialization:
processMrz
performLivenessDocument
performPassiveLivenessFace
saveCapturedVideo
storeCapturedDocument
storeImageStream
Now, these options are fully configurable from the Portal:
- No more hardcoding or shipping new app versions just to tweak behavior.
- Configuration changes can be managed directly by your operations or product teams.
- This means fewer code changes, faster iterations, and more control across environments.
Developer Impact:
- Initialization code is cleaner and easier to maintain.
- Flexibility to enable/disable features without modifying the app build.
- Ensures consistent configuration across multiple platforms and environments.