Skip to content

Releases: getyoti/yoti-doc-scan-ios

v6.0.0

03 Oct 08:36
f7bacd2
Compare
Choose a tag to compare

Changes:

  • Introduced support for a dark mode color theme to be shown according to the user's device settings
    • Added the darkPrimaryColor(for:) API to allow customization of the dark mode's primary color
    • Renamed the light mode's primary color API from primaryColor(for:) to lightPrimaryColor(for:)
  • Made significant improvements to the identity document flow, in particular to the NFC scanning process, as well as the in-session feedback shown to a user following the upload of their document scan or capture
  • Minor size reductions to our SDK depending on configuration

Important: This is a major release that contains a breaking change to YotiSDKDelegate's API.

v5.1.0

10 Jul 15:35
9326267
Compare
Choose a tag to compare
  • Added edge-detecting auto-capture to the identity document flow for targets that doesn't include YotiDocumentScan in their dependency graph. For these targets, we've also added optional support for YotiNFC to be included in the dependency graph, allowing users to scan their passport's chip within an identity document flow optimized for size
  • Updated illustration assets across all flows for a more aligned and improved UI/UX
  • Fixed an issue with performing a face scan while having Xcode's debugger attached to the target's process

v5.0.1

16 May 12:29
3c873c9
Compare
Choose a tag to compare

Fixed an issue with YotiFaceCapture not being usable within a target that contains IDV's YotiSDKFaceCapture module.

v5.0.0

18 Apr 13:08
0c5b90b
Compare
Choose a tag to compare

Changes:

  • Increased the minimum deployment target to iOS 14
  • Added a privacy manifest and digital signature to Yoti frameworks
  • Added support for the Dynamic Type accessibility feature allowing the UI to scale according to the 7 default levels of dynamic text sizing
  • Removed YotiSDKNetwork, YotiSDKCommon and YotiFaceCapture from the dependency graph
  • Renamed YotiDocumentCapture to YotiDocumentScan and made it an optional dependency. If YotiDocumentScan isn't included in your dependency graph, then the identity document flow will default to manual capture at a considerable size reduction equal to the combined size of YotiDocumentScan and Microblink
  • Made YotiNFC an optional dependency allowing for a size reduction if NFC isn't needed as part of your identity document flow
  • Considerable improvements to the UI/UX for the biometric consent screen, as well as for the identity document guidance, capture and review screens
  • Minor general improvements such as making dead-end screens non-dismissible through downwards swiping, maintaining a light UI on system components regardless of device setting, and an updated light color theme

Important: This is a major release, so please read through the updated README for required changes to your integration. Most importantly, if you've been including YotiSDKIdentityDocument in your target through CocoaPods or Swift Package Manager as part of previous IDV releases, and you wish to maintain the functionality of identity document OCR and NFC, then you're now required to also include YotiDocumentScan and YotiNFC.

v4.1.2

30 Jan 07:40
17532ec
Compare
Choose a tag to compare

Fixed an internal issue related to the capturing of identity documents.

v4.1.1

16 Nov 09:27
77bf94f
Compare
Choose a tag to compare

Updated FaceTecSDK as part of YotiSDKFaceTec.

v4.1.0

29 Sep 09:11
2e95515
Compare
Choose a tag to compare
  • General UI improvements to iPhone 10+ devices
  • Bug fixes, incl. a rare issue that could occur during document upload when the integrator's app is put into the background
  • Added flexibility around when to ask the user for biometric consent if required

v4.0.1

03 Aug 15:55
Compare
Choose a tag to compare

Fixed an issue with integrations using Objective-C.

v4.0.0

02 Aug 13:44
804c0bc
Compare
Choose a tag to compare

Changes:

  • General improvements and bug fixes
  • Removed YotiFoundation, YotiCommon and SwiftProtobuf from the dependency graph
  • Extracted YotiSDKIdentityDocument and YotiSDKSupplementaryDocument from YotiSDKDocument
  • Renamed mrtddump to YotiNFC

Important: This is a major release, so please read through the updated README for possible required changes to your integration.

v3.1.2

25 Apr 12:00
5812f64
Compare
Choose a tag to compare
  • Reduced version requirements on CocoaPods specs
  • Fixed an issue with SPM on Xcode 14.3's build system, and removed the version requirement of our package