Releases: getyoti/yoti-doc-scan-ios
Releases · getyoti/yoti-doc-scan-ios
v3.1.1
General improvements and bug fixes.
v3.1.0
v3.0.3
v3.0.2
v3.0.1
v3.0.0
Changes:
- Increased the minimum deployment target to iOS 13
- Universal (fat) frameworks are no longer supported, and has been replaced with XCFramework bundles
- Added a
Module
suffix to module types (e.g. fromYotiSDKDocument
toYotiSDKDocoumentModule
) - Fixed an issue with the dependency graph not allowing bitcode recompilation
Important: This is a major release, so please read through the updated README for possible required changes to your integration.
v2.8.0
Changes:
- Added support for capturing a face using YotiFaceCapture
- Improved the in-session feedback flow when capturing an ID document
- Fixed an issue with the navigation bar becoming transparent for users on iOS 15+
Important: To use this version of our SDK, you must set ENABLE_BITCODE
to NO
within the build settings of your project's target. This is intended as a temporary workaround, and we're working to support bitcode in the next major release. If you'd rather keep bitcode enabled, please use v2.7.1
for the time being.