Skip to content

Releases: microblink/blinkid-verify-ios

v3.21.0

01 Jun 11:38
7ac3524

Choose a tag to compare

What's New

  • Update to BlinkID v7.8 for document capturing and extraction

v3.20.0

16 Apr 14:35
d71de67

Choose a tag to compare

What's New

  • Update to BlinkID v7.7 for document capturing and extraction

Minor API changes

  • added new settings to ScanningSettings:
    • scanPassportDataPageOnly - when enabled, only the passport data page (containing MRZ) is scanned; when disabled, scanning of the second page is required for certain passports
    • scanUnsupportedBack - when enabled, the back side of documents whose back side is not supported will also be scanned
  • added new properties to BlinkIDVerifyRequestSettings:
    • photocopyMatchLevel
    • photoForgeryMatchLevel
    • generativeAiMatchLevel
  • added new properties to ExtractionFrameAnalysisResult:
    • documentClassInfo
    • documentOrientation
    • documentRotation

v3.14.2

20 Nov 13:32
c1f244e

Choose a tag to compare

Bugfixes

  • Fixed issue with verify request affected by endpoint API changes

v3.14.1

22 Sep 11:59
b148b32

Choose a tag to compare

Improvements

  • Added the option to use the front-facing camera for scanning. You can select front-facing camera through ScanningUXSettings property of ScanningUXModel and BlinkIDUXModel.
  • Added haptics to the scanning process. Haptics can be disabled in ScanningUXSettings

Breaking API Changes

  • Removed shouldShowIntroductionAlert and showHelpButton from ScanningUXModel and BlinkIDUXModel init. They are now included in the ScanningUXSettings property.
  • Added ScanningUXSettings to ScanningUXModel and BlinkIDUXModel init

v3.14.0

25 Jul 13:57
a1eed4a

Choose a tag to compare

3.14.0

What's New

  • Update to BlinkID v7.4 for document capturing and extraction
  • Improved document coverage globally with new document version support and new document types
  • Improved data extraction accuracy for Quebec and Ontario Healthcare cards

Bugfixes

  • Fixed document number extraction from Canada/Nunavut barcodes
  • Fixed core data concurrency crash when using com.apple.CoreData.ConcurrencyDebug flag

Platform API changes

  • Complete scanning instruction messages revamp - the scanning session is now more stable and cleaner, which ensures a better scanning experience
  • Added "Demo" overlay for the demo licenses (non-production)
  • Added "Powered by Microblink" overlay option for licenses with this enabled
  • Added a separate timeout timer for the Barcode step
  • Updated help screens with new illustrations
  • Updated "Need help?" tooltip triggers
  • Updated translations for Croatian language
  • dependentsInfo in VizResult is now nullable
  • Fixed data match overall result

Breaking API changes

  • Removed stepTimeoutDuration from BlinkIDVerifyAnalyzer init as it is stored in CaptureSessionSettings
    • fix by setting stepTimeoutDuration in CaptureSessionSettings, remove from BlinkIDVerifyAnalyzer init

v3.9.1

15 Apr 14:52
c0b201e

Choose a tag to compare

  • Bug fixes:
    • Fix lastName BlinkID extraction

v3.9.0

28 Mar 10:21
4de3394

Choose a tag to compare

BlinkID integration

  • BlinkID SDK is now fully integrated into BlinkID Verify SDK.
    • All BlinkID-specific functionalities, like document extraction, may now be used in a session completely independent of the Verify session.
    • There is no need to declare BlinkID dependencies as all of the files are automatically included.

API changes:

  • added UI localization for 22 additional languages

v3.8.1

21 Feb 08:57
b8f293d

Choose a tag to compare

  • Fix nested package results:
    • Correct issues with returning results when the package is embedded inside another framework
  • Implement timeout error for downloads:
    • Introduce a specific timeout error to handle cases where resource downloads exceed the expected duration.
  • Extend download timeout duration:
    • Increase the default timeout from 3 to 30 seconds to better support weak internet connections.

v3.8.0

06 Feb 13:29
a95406d

Choose a tag to compare

3.8.0

BlinkID Verify SDK is a document capturing SDK that performs image quality checks fully in line with the BlinkID Verify API.
By using this SDK along with BlinkID Verify API, you can expect the best possible document capturing success rate and successful verification process without image quality based rejections.
Key features:

  • image quality estimation in real time
  • guided document capturing with user feedback
  • full alignment with BlinkID Verify API
  • client for sending requests to the BlinkID Verify API