Skip to content
Frederico Hansel dos Santos Gassen edited this page Jun 24, 2020 · 23 revisions

Welcome to the Combate a Fraude's iOS SDKs wiki! Start the integration here!

Latest SDK versions

SDK Framework
DocumentDetector pod 'DocumentDetector', '~> 1.1.0'
PassiveFaceLiveness pod 'PassiveFaceLiveness', '~> 1.0.0'
ActiveFaceLiveness pod 'ActiveFaceLiveness', '~> 1.0.2'
FaceAuthenticator pod 'FaceAuthenticator', '~> 1.0.0'
DeviceAuthenticator soon

Release notes

Update - June 23, 2020

  • Release: release the DocumentDetector 1.1.0 version
    • Added a type field in DocumentDetectorResult that says what type of document was scanned (rg, rg_new or cnh)
    • Added a field in Capture that says what type of document was scanned (e.g. rg_back, rg_new_back)
  • Release: release the DocumentDetector 1.0.3 version
    • Bug correction

Update - June 18, 2020

  • Release: release the DocumentDetector 1.0.2 version
    • Added: parameter .setLayout() in DocumentDetectorBuilder, you can now customize some layout options of the document detection screen.
    • Added: parameter .showStatusLabel() in DocumentDetectorBuilder
    • Added: parameter .showStepLabel() in DocumentDetectorBuilder

Update - June 16, 2020

  • Release: release the DocumentDetector 1.0.1 version
    • Improved: DocumentDetector recognition speed by 350% reduced size of sdk.
    • Changed: constructor of DocumentDetector. Now you can start it with your own flow!
    • Removed: the .setConfidence() parameter in DocumentDetectorBuilder. There is no reason to allow the user to edit it.
    • Added: support to other documents in DocumentDetector, like Registro Nacional de Estrangeiros (RNE), Carteira de Identidade de Advogado (OAB) and Identidade Militar.
    • Added: parameter .showPopup() in DocumentDetectorBuilder.

Update - June 09, 2020

  • Changed: the source of the podspecs from source 'https://github.com/combateafraude/Mobile.git' to source 'https://github.com/combateafraude/iOS.git'
  • Fix: Fixed bug that caused .ipa generation to fail in all versions 1.0.0 of the frameworks
  • Release: ActiveFaceLiveness version 1.0.1 released
    • Improvements in detecting face movements

Update - May 25,2020

  • Release: released the stable 1.0.0 versions of all frameworks
Clone this wiki locally