new_face_authenticator 4.0.0 new_face_authenticator: ^4.0.0 copied to clipboard
Flutter plugin cross-platform (iOS, Android) for Combate à Fraude's FaceAuthenticator (https://github.com/combateafraude).
Release Notes #
Version 4.0.0 (May, 07 2024) #
New Feature
Genuine Presence Assurance (GPA) Option: we have implemented GPA option within our SDK workflow. It introduces a refreshed user interface and focuses on fraud prevention, significantly reducing the occurrence of counterfeiting. This functionality aims to enhance security without compromising usability, providing a powerful tool to validate the genuine presence of the user.
Breaking Changes ⚠️
The FaceAuthenticatorEventFailure
returns now only two parameters errorType
and errorDescription
. The signedResponse
and code
parameters where removed. Check the documentation for more information.
Android
New Feature
FingerPrintPro SDK v2.3.2, enhancing security by securely capturing the Visitor ID for each session, which is essential for fraud prevention.
Enhancements
- Updated FaceAuthenticator version from 1.7.2 to 3.0.0.
- iProov update: we have updated iProov from v9.0.2 to v9.0.3, improving the performance and reliability of our facial authentication features.
iOS
New Feature
FingerPrintPro SDK v2.2.0, enhancing security by securely capturing the Visitor ID for each session, which is essential for fraud prevention.
Enhancements
- Updated FaceAuth from 3.1.9 to 5.0.0.
- Updated IProov from v11.0.2 to v11.0.3, improving the performance and reliability of our facial authentication features.
Version 3.1.5 (January, 23 2024) #
iOS
- Fixed: issue with the SDK builder settings.
Version 3.1.4 (January, 11 2024) #
Android
- Enhancement: Add
code
atribute response to the SDK failure NetworkReason case.
Version 3.1.3 (December, 15 2023) #
Android
- Fix: Loading sreen activity.
Version 3.1.2 (December, 07 2023) #
iOS
- New: New
.setImageUrlExpirationTime(String time)
Used to customize the image url expiration time. - Fixed: event channel name
Android
- New: New
.setImageUrlExpirationTime(String time)
Used to customize the image url expiration time. - Enhancement: Update iProov version from 8.5.0 to 9.0.2. This release includes all the features and fixes from the 9.0.2 version.
Version 3.0.1 (November, 24 2023) #
Android
- Fix: SDK namespace and
EventChannel
identification.
Version 3.0.0 (November, 16 2023) #
🔧 Refactoring #
⚠️ Breaking Changes ⚠️
-
Android & iOS Native Bridge: The Android bridge has been refactored with Kotlin for enhanced performance and compatibility.
-
FaceAuthenticator
: We've revamped theFaceAuthenticator
to a more streamlined Dart class. This new class communicates seamlessly with the updated native bridges, ensuring a smoother integration experience. -
FaceAuthenticatorResult
toFaceAuthenticatorEvent
: To provide you with more insightful SDK events, we've transformed theFaceAuthenticatorResult
intoFaceAuthenticatorEvent
. This change enhances the clarity and effectiveness of event handling.
📑 Documentation Updates #
- Integration Guidelines: The documentation has been updated to reflect the changes in the SDK. Find comprehensive details on how to seamlessly integrate your applications with the latest version, ensuring a smooth transition and optimal performance.
Version 2.0.3 (October, 27 2023) #
Android
- Fix: Loading screen activity
Version 2.0.2 (October, 26 2023) #
Android
- Fix: Loading screen when network error occurs
iOS
- Change: Iproov update version and Starscream removed
Version 2.0.1 (October, 10 2023) #
- Fix: Apple updates improvements
Version 2.0.0 (September, 15 2023) #
- Change: New parameters to
FaceAuthenticatorFailure
object - New: Register fail attempts
- New: Adding loading screens
Version 1.2.1 (August, 25 2023) #
- Fix: Starscream update.
Version 1.2.0 (August, 16 2023) #
- new: New method
.setCameraFilter(String filter)
to change the SDK camera filter type - Android & iOS - new: New method
.setEnableScreenshots(bool enable)
to enable screenshots during the SDK scan - Android
Version 1.1.1 (August, 2 2023) #
- Fix: Fix on the android return of the SDK, it was returning null results in some scenarios.
Version 1.1.0 (July, 17 2023) #
- New: Using new Liveness on the authenticator.
Version 1.0.0 (July, 03 2023) #
- New: Hello World!!, first publish version.