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 has a new required framework to include:
iFaceRec.framework
. Refer to the integration instructions for more details. - The
Always embed Swift standard libraries
build setting for your app should be updated to 'Yes' - This version requires Xcode 9 to build. Xcode 8 will not work with this version.
- This version will only run on iOS 10 and 11 devices, due to one of our third party frameworks. We will be remedying this in a future release.
...
- 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. We will be remedying this in a future release.
- 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.