Skip to content

Releases: getyoti/yoti-doc-scan-ios

v2.1.1

21 Apr 09:51
6d22f8c
Compare
Choose a tag to compare

Fixes compilation errors associated to .swiftinterface.

Note: The requirements has changed as part of v2.1.1 due to new compilation annotations being added by the compiler used with Swift 5.2+.

v2.1.0

02 Apr 19:48
d83d234
Compare
Choose a tag to compare
  • Added support for additional document types (Postal ID, SSS ID, Aadhaar, PAN and BRP)
  • Added support to integrate with the SDK using Objective-C

v2.0.0

18 Mar 00:24
Compare
Choose a tag to compare
  • 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

v1.1.2

12 Mar 16:10
Compare
Choose a tag to compare

Fixed a bug that prevented the launch of the document module when not providing a custom list of supported countries.

v1.1.1

10 Dec 11:57
Compare
Choose a tag to compare

Added additional notes about third party checks on the More about verification screen.

v1.1.0

05 Nov 11:56
0e1666c
Compare
Choose a tag to compare

Added verification method of performing a face scan.

v1.0.1

30 Sep 14:55
Compare
Choose a tag to compare

Minor bug fixes.

v1.0.0

30 Aug 10:39
c79b4ec
Compare
Choose a tag to compare

Initial release that supports capturing and verifying an identity document.