-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Frederico Hansel dos Santos Gassen edited this page Jul 9, 2020
·
23 revisions
Welcome to the Combate a Fraude's iOS SDKs wiki! Start the integration here!
SDK | Framework |
---|---|
DocumentDetector | pod 'DocumentDetector', '~> 1.2.0' |
PassiveFaceLiveness | pod 'PassiveFaceLiveness', '~> 1.2.0' |
ActiveFaceLiveness | pod 'ActiveFaceLiveness', '~> 1.1.0' |
FaceAuthenticator | pod 'FaceAuthenticator', '~> 1.2.0' |
DeviceAuthenticator | soon |
-
Release: FaceAuthenticator 1.2.0
- Added: a String signedResponse in FaceAuthenticatorResult to know if the server request was modified by third
-
Release: DocumentDetector 1.2.0
- Added a DocumentDetectorBuilder parameter .uploadImages(upload :Bool, imageQuality :CGFloat), desired if you want to upload the images inside the SDK and return its URLs in DocumentDetectorResult
-
Release: PassiveFaceLiveness 1.2.0
- Added: a String signedResponse in PassiveFaceLivenessResult to know if the server request was modified by third
-
Release: ActiveFaceLiveness 1.1.0
- Added: parameter .setLayout() in ActiveFaceLivenessBuilder, you can now customize some layout options.
- Added: parameter .showStatusLabel() in ActiveFaceLivenessBuilder
- Added: parameter .showStepLabel() in ActiveFaceLivenessBuilder
-
Release: FaceAuthenticator 1.1.0
- Added: parameter .setLayout() in FaceAuthenticatorBuilder, you can now customize some layout options.
- Added: parameter .showStatusLabel() in FaceAuthenticatorBuilder
- Added: parameter .showStepLabel() in FaceAuthenticatorBuilder
-
Release: PassiveFaceLiveness 1.1.0
- Added: parameter .setLayout() in PassiveFaceLivenessBuilder, you can now customize some layout options.
- Added: parameter .showStatusLabel() in PassiveFaceLivenessBuilder
- Added: parameter .showStepLabel() in PassiveFaceLivenessBuilder
-
Release: DocumentDetector 1.1.0
- 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: DocumentDetector 1.0.2
- 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: DocumentDetector 1.0.1
- 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