You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 and YotiSDKDelegate to integrate with the SDK
In addition, it's now required to specify supportedModuleTypes as part of YotiSDKDataSource. If you wish to support only capturing and verifying an identity document, then add only YotiSDKDocument.self. If you wish to support only performing a face scan, then add only YotiSDKZoom.self