-
Notifications
You must be signed in to change notification settings - Fork 0
Home
FernandoMobsolution edited this page Jun 23, 2020
·
23 revisions
Welcome to the Combate a Fraude's iOS SDKs wiki! Start the integration here!
SDK | Framework |
---|---|
DocumentDetector | pod 'DocumentDetector', '~> 1.0.3' |
PassiveFaceLiveness | pod 'PassiveFaceLiveness', '~> 1.0.0' |
ActiveFaceLiveness | pod 'ActiveFaceLiveness', '~> 1.0.2' |
FaceAuthenticator | pod 'FaceAuthenticator', '~> 1.0.0' |
DeviceAuthenticator | soon |
-
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
-
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
-
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.
-
Changed: the source of the podspecs from
source 'https://github.com/combateafraude/Mobile.git'
tosource '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
- Release: released the stable 1.0.0 versions of all frameworks