Verifai iOS SDK 4 Change Log
Overview
Component | Section |
---|---|
Core | Change log |
NFC | Change log |
Liveness check | Change log |
Manual data crosscheck | Change log |
Manual security features check | Change log |
Core
4.3.0
- Support for scanning new NL documents with BSN in a QR code on the back (introduced August 1)
- Support for scanning barcodes in documents. Currently supports: qr, code39, code128 and pdf417 symbologies
- Fixed bug where user had to tap on the first document in the new document chooser before it was selected
- Breaking change: If you make your own VerifaiResult objects you’ll have to add a
documentBarcodes
value to your initialiser, this value can be nil
4.2.0
- Document chooser has been redesigned from the ground up to be more intuitive and to make the differences between document more obvious
- Improved the way we determine which document is being scanned which allows us to skip the document chooser more often
- The SDK has started transition to a new instruction screen system which allows our customers to show either video and text, text only or even a url in several steps throughout the app. For more information about this check out the documentation topic about it here: Instruction screen setup
- Deprecated
showInstructionScreens
boolean in favour of ashowInstructionScreens
inside theVerifaiInstructionScreenConfiguration
- Copy improvement to default instruction strings and other copy throughout the SDK to make things clearer
4.1.2
- Improved how succeses and failures in the scanning process are recorded
4.1.1
- Fixed issue where document position could be incorrect because of image scale
- Improved image rendering
4.1.0
- Licence parsing has been improved
- iOS/iPadOS 14 support
- Added scan help hint at A7 screen
- Added scan help instruction screen. Possibility to use your own text and or Video.
- Added option in setting to be able to configure the help screen or whether scan help views are shown
- Manual masking flow (drawing screen) now always returns full image instead of a cropped one
- Added option to receive full or cropped document result in settings
- OCR Neural network now gets precompiled into framework removing the need to download it
- Document position inside the result object now gets returned as part of the
VerifaiResult
object
4.0.2
- iOS/iPadOS 14 support
4.0.1
- Fixed an issue where the MRZ highlight could refresh incorrectly after selecting a document
- SDK now better supports landscape and portrait orientation on Tablets
- Core result object now also returns flow information when the user goes trough the document type and country selection screens
4.0.0
- SDK now better supports landscape and portrait orientation on Tablets
- Core result object now also returns flow information when the user goes trough the document type and country selection screens
NFC
4.3.0
- Support for 4.3.0 Core
4.2.0
The SDK has started transition to a new instruction screen system which allows our customers to show either video and text, text only or even a url in several steps throughout the app. For more information about this check out the documentation topic about it here: Instruction screen setup
Copy improvement to default instruction strings and other copy throughout the SDK to make things clearer
4.1.2
- Improved how succeses and failures in the scanning process are recorded
4.1.1
- Improved image rendering
4.1.0
- iOS/iPadOS 14 support
- Added scan help instruction screen. Possibility to use your own text and or Video.
- Improved NFC error when no MRZ info is provided
4.0.2
- iOS/iPadOS 14 support
4.0.1
- SDK now better supports landscape and portrait orientation on Tablets
- Removed ability to use an external Bluetooth reader as NFC reader
- This also means that the bluetooth permission is no longer required in the NFC module
- When NFC is not available the error is now returned via the result block instead of via a throw
4.0.0
- SDK now better supports landscape and portrait orientation on Tablets
- Removed ability to use an external Bluetooth reader as NFC reader
- This also means that the bluetooth permission is no longer required in the NFC module
- When NFC is not available the error is now returned via the result block instead of via a throw
Liveness check
4.3.0
- Support for 4.3.0 Core
4.2.0
- Copy improvements to default instruction strings and other copy throughout the SDK to make things clearer
4.1.2
- Improved how succeses and failures in the scanning process are recorded
4.1.1
- Improved image rendering
4.1.0
- iOS/iPadOS 14 support
- Instruction text has been given 3 lines instead of 1
4.0.2
- iOS/iPadOS 14 support
4.0.1
- Fixed a visual bug where the recording indicator could appear in the selfie check
- Fixed an issue that could make switching between checks slow on the liveness check
- SDK now better supports landscape and portrait orientation on Tablets
4.0.0
- SDK now better supports landscape and portrait orientation on Tablets
Manual data crosscheck
4.3.0
- Support for 4.3.0 Core
4.2.0
- Copy improvements to default instruction strings and other copy throughout the SDK to make things clearer
4.1.2
- Improved how succeses and failures in the scanning process are recorded
4.1.1
- Improved image rendering
4.1.0
- iOS/iPadOS 14 support
4.0.2
- iOS/iPadOS 14 support
4.0.1
- SDK now better supports landscape and portrait orientation on Tablets
- Corrected an issue in the Manual data crosscheck where an dataInvalid error could be returned instead of an insufficientData error when some MRZ data wasn’t available
4.0.0
- SDK now better supports landscape and portrait orientation on Tablets
- Corrected an issue in the Manual data crosscheck where an dataInvalid error could be returned instead of an insufficientData error when some MRZ data wasn’t available
Manual security features check
4.3.0
- Support for 4.3.0 Core
4.2.0
- Copy improvements to default instruction strings and other copy throughout the SDK to make things clearer
4.1.2
- Improved how succeses and failures in the scanning process are recorded
4.1.1
- Improved image rendering
4.1.0
- iOS/iPadOS 14 support
4.0.2
- iOS/iPadOS 14 support
4.0.1
- SDK now better supports landscape and portrait orientation on Tablets
4.0.0
- SDK now better supports landscape and portrait orientation on Tablets