Skip to content

Releases: idenfy/CordovaSDK

1.6.0

15 Nov 10:54
Compare
Choose a tag to compare

Android SDK updated to 8.5.2
iOS SDK updated to 8.5.7

1.5.0

11 Jul 07:56
12e24ff
Compare
Choose a tag to compare

iOS SDK updated to 8.0.0

1.4.0

13 Jul 13:32
Compare
Choose a tag to compare

Android 7.4.1
IOS 7.4.0

1.3.0

19 Nov 08:51
Compare
Choose a tag to compare

Major update.
Updated to latest Android and IOS SDKs

Updated IOS integration guide.

Updated dependencies

1.1.0

22 Apr 07:03
Compare
Choose a tag to compare

Major updates for IOS and Android.

IOS updates

[6.3.0] - 2020-04-05

Added:

  • Added a loading indicator after the user selected a document issuing country. This is due to recent updates, which now show available documents depending on issuing country selection. If your application passes a set of custom idenfyViewV2 while initializing the SDK, please update your custom views implementation code for the CountrySelectionViewableV2 and CountryCellViewable protocols. If you set issuing country during identification token generation via API or skip the document's issuing country step selection altogether, then no UI changes will be noticeable.
  • Added option to skip selfie capture during 3D liveness identification. This feature was recently made the default choice for 3D liveness identification flow. So, updating the SDK you will see that the selfie step is no longer present. This functionality can be disabled if you like to keep the current flow or need more time updating your custom views contact techsupport@idenfy.com for disabling this feature.

Changed:

  • Fixed high memory allocation, which resulted in EXC_BAD_ACCESS on some rare occasions.
  • Improved camera initialization code specifically for IOS 11+.
  • 3D Liveness version update.
  • Background recordings upload is much faster, you should see noticeable processing updates.
  • Removed the document capturing rectangle for the additional identification steps during the document photo capture step. The rectangle was confusing because some documents take a much larger size in comparison with the present capture frame size.

Android updates

[5.1.1] - 2020-04-08

Changed:

  • Deprecated startActivityForResultV2 in favour of initializeIdenfySDKV2WithManual. The startActivityForResultV2 will be removed in the 6.0.0 version
  • Min API set to 19. Starting version 6.0.0 min API will be set to 21.
  • Lifecycle updates related to 3D liveness.

[5.1.0] - 2020-04-07

Added:

  • Added a loading indicator after the user selected a document issuing country. This is due to recent updates, which now show available documents depending on issuing country selection. If your application overrides xml layouts of our SDK you should consider updating your idenfy_item_document_issuing_country_selection_v2.xml with Lottie animation of your preferred choice, so that the user would see a loading indicator, instead of occurring action delay. If you set issuing country during identification token generation via API or skip the document's issuing country step selection altogether, then no UI changes will be noticeable.
  • Added option to skip selfie capture during 3D liveness identification. This feature was recently made the default choice for 3D liveness identification flow. So, updating the SDK you will see that the selfie step is no longer present. This functionality can be disabled if you like to keep the current flow or need more time updating your custom views contact techsupport@idenfy.com for disabling this feature.

Changed:

  • 3D Liveness version update.
  • Removed the document capturing rectangle for the additional identification steps during the document photo capture step. The rectangle was confusing because some documents take a much larger size in comparison with the present capture frame size.
  • Dependencies updated.

Initial 1.0.0 version

12 Feb 07:00
Compare
Choose a tag to compare

Initial 1.0.0 version of the Cordova plugin.
This plugin supports Android and IOS platforms.