- 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