Changelog

2.6.0 (Jan 13th 2025)

  • Added enableIdSummaryScreen parameter to the addId 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 the startOnboardingSection method, available exclusively in the NFC version of the plugin (2.5.0-nfc).
  • Added new optional parameter, matchType, to addFaceMatch module. Possible values are: idSelfie, nfcSelfie, and nfc3Way.
  • initializeSDK method now throws a typed string error with following possible values:
    simulatorDetected, testModeEnabled, invalidInitParams, configError, and unknown
  • Added new optional parameters to initializeSDK method: disableHookCheck, disableEmulatorDetection, disableRootDetection, and disableJailbreakDetection.
  • startOnboardingSection method now returns a typed string error. Possible values are: simulatorDetected, rootDetected, hookDetected, permissionsDenied, virtualEnvDetected, and unknown.

Using Android SDK version 5.31.1, iOS 5.30.1-d.

2.4.0 (June 24th 2024)

  • Added addEKYC and addAntifraud module to the startOnboardingSection method.
  • VideoSelfie result on Android now returns status instead of success 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 the startOnboardingSection method.
  • Fixed addSelfie params maskCheckEnabled and lensesCheckEnabled.
  • 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 and compileSdk 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 and compileSdk to 31.