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.
...
- The
Always embed Swift standard libraries
build setting for your app can now be set to 'No' if you don't use Swift. We have removed our Swift dependency. - This version now works with Xcode 8 and 9.
- This version will only run on iOS 9, 10 and 11 devices, due to one of our third party frameworks.
- New versions of the Document capture, selfie capture and iFaceRec frameworks are included, be sure to copy the new frameworks into your project.
- If you pass in incorrect startup parameters, the SDK will immediately handoff back to your app, with an error object that contains information on how to fix the problem.
- If you have a custom background colour using custom CSS, make sure to set a matching background colour in the GID Resources bundle. This will avoid a white strip at the top of some screens in landscape orientation.
Upgrading from version 1.16.0 or lower to version 1.17.0
- 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 or lower 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" = "";