Skip to content

v2.0.0

Compare
Choose a tag to compare
@asklausen asklausen released this 18 Mar 00:24
· 166 commits to master since this release
  • 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