Changelog
2.6.0 (Jan 13th 2025)
- Added
enableIdSummaryScreen
parameter to theaddId
module. Specifying false means no summary screen will be shown to the user once he fail to capture ID multiple times. Defaults to true.
Using Android SDK version 5.31.1, iOS 5.30.1-d.
2.5.0 (Oct 28th 2024)
- Added
addNFC
module to thestartOnboardingSection
method, available exclusively in the NFC version of the plugin (2.5.0-nfc
). - Added new optional parameter,
matchType
, toaddFaceMatch
module. Possible values are:idSelfie
,nfcSelfie
, andnfc3Way
. initializeSDK
method now throws a typed string error with following possible values:
simulatorDetected
,testModeEnabled
,invalidInitParams
,configError
, andunknown
- Added new optional parameters to
initializeSDK
method:disableHookCheck
,disableEmulatorDetection
,disableRootDetection
, anddisableJailbreakDetection
. startOnboardingSection
method now returns a typed string error. Possible values are:simulatorDetected
,rootDetected
,hookDetected
,permissionsDenied
,virtualEnvDetected
, andunknown
.
Using Android SDK version 5.31.1, iOS 5.30.1-d.
2.4.0 (June 24th 2024)
- Added
addEKYC
andaddAntifraud
module to thestartOnboardingSection
method. - VideoSelfie result on Android now returns
status
instead ofsuccess
to be aligned with iOS platform. - Aligned some
faceMatchData
response fields between Android and iOS.
Using Android SDK version 5.28.0, iOS 5.28.0-d.
2.3.0 (Oct 31st 2023)
- Added non-UI
faceMatch
method. - Added
addVideoSelfie
module to thestartOnboardingSection
method. - Fixed
addSelfie
paramsmaskCheckEnabled
andlensesCheckEnabled
. - Implemented automatically skipping back ID for one-sided documents if provided
configurationId
has that configured.
Using Android SDK version 5.19.0, iOS 5.20.0-d.
2.2.0 (Sept 26th 2023)
Using Android SDK version 5.17.2, iOS 5.17.0-d.
2.1.0 (July 11th 2023)
- Fixed
onEvent
function in iOS.
Using Android SDK version 5.16.0, iOS 5.17.0-d.
1.1.0 (June 2023)
- Advanced plugin with modules and respective parameters.
- Added token mechanism to initialize the SDK.
- Updated Android
minSdk
to 21 andcompileSdk
to 33. - Added support for theme and translations on both platforms.
- Added User and Machine learning consent.
- Minor bug fixes.
Using Android SDK version 5.16.0, iOS 5.16.0-d.
1.0.2 (January 2023)
- Basic Incode Cordova plugin to conduct KYC process.
- Updated Android
minSdk
to 17 andcompileSdk
to 31.
Updated 4 days ago