The following information is for customers upgrading from a previous versions of the iOS SDK to more recent versions.
...
This version includes a new optional parameter. The documentCaptureResetTimeout parameter controls the amount of seconds after which the document scanning process will failover to manual capture mode. this allows the user to frame the document themselves, and manually tap the capture button.
Constant Effect kDefaultDocumentCaptureResetTimeOut
This value controls the amount of seconds after which the document scanning process will failover to manual capture mode, allowing the user to frame the document themselves, and manually tap the capture button.
...
- This version includes three new optional parameters, for setting the document capture timeouts for different document types:
documentCaptureLicenceResetTimeout
,documentCapturePassportResetTimeout
, anddocumentCaptureGreenIDResetTimeout
- The
mode
parameter is now compulsory. The SDK will not start if themode
parameter is not set.
...
- This version will now run on iOS 8 to iOS 11.
- A new version of the iFaceRec framework is included, be sure to copy the new framework into your project.
- This version has updated images (in 3 sizes each) included in the
GIDResources.bundle
. You can update theGIDResources.bundle
by replacing it with the new bundle provided, or if you have made customisations in your bundle, manually copy thecrossIcon.png
andtickIcon.png
files into your copy ofGIDResources.bundle
.
Upgrading from version 1.17.0
...
to version 1.17.1
- A new version of the Document capture and selfie capture framework is included, be sure to copy the new frameworks into your project.
- There is an additional framework called MicroBlink.framework, which you will need to copy into your project, link and embed like the other frameworks.
- There is a missing piece of text in the document capture tool - to fix this, you will need to add the following to your Localized.strings file:
"second_overlay_licence_text_line1" = "";
Upgrading from version 1.17.1 to version 1.18.0
- No configuration changes required, other than copying in the new GIDSDK framework.