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
andYotiFaceCapture
from the dependency graph - Renamed
YotiDocumentCapture
toYotiDocumentScan
and made it an optional dependency. IfYotiDocumentScan
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 ofYotiDocumentScan
andMicroblink
- 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
.