Releases: getyoti/yoti-doc-scan-ios
Releases · getyoti/yoti-doc-scan-ios
v2.1.1
v2.1.0
v2.0.0
- Introducing a modularized SDK. An integrator is now capable of using only the parts of the SDK that relates to the verification method(s) that one wishes to support. As a result of this, one can significantly reduce the size of the SDK that's being used inside their app
- Our API has been modified: Use
YotiSDKNavigationController
,YotiSDKDataSource
andYotiSDKDelegate
to integrate with the SDK - In addition, it's now required to specify
supportedModuleTypes
as part ofYotiSDKDataSource
. If you wish to support only capturing and verifying an identity document, then add onlyYotiSDKDocument.self
. If you wish to support only performing a face scan, then add onlyYotiSDKZoom.self