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.
...
- Copy in all provided framework files. Changes have been made to the GIDSDK framework.
- Review the integration information about UI customisation. More options and details are now available for customising the look of the workflow.
Upgrading from version 1.22.0 to version 1.23.0
- Copy in all provided framework files. Changes have been made to the GIDSDK framework.
- Optionally add in the new
prestartCheckForError:
method before you push the GIDSDK object to your navigation stack. See the sample code for an example. Doing this check will make sure that the SDK is ready for navigation, and can improve your user experience - avoiding pushing then immediately popping the SDK if it could not start up.