ID help screen title labels can now have up to two lines.
ID capture "side label" can now be customized.
ID capture "side label" can now change text when autocapture countdown timer starts through "incdOnboarding.id.showBackIDSideOnCountdown" and "incdOnboarding.id.showFrontIDSideOnCountdown" localization labels.
Added onEvent method to the IncdOnboardingDelegate protocol, so that optionally you can get notified about events that are being tracked inside the SDK.
Fixed QR scan wrong processing logic.
Now using faceCaptureQuality obj-c method during Selfie scan.
Added parameter showIdSummary (default is true) which will display summary of ID scan in case it is not successful. Also known as "Referred to Executive" screen.
Introducing new result structure IdProcessResult.
Added individual, non-UI function idProcess which performs ID process immediately.
Added individual, non-UI function geolocation which performs Geolocation process immediately.
ID Scan:
Added paarmeter ScanSide to specify which side to scan. Process ID module has to be added unless .both is specified, in which case it is added automatically.
Introducing new result structure IdScanResult.
Added 30s timer for Captcha (OTP) after which it will be refreshed automatically.
Warning icon on ID Capture Summary screen is now customizable.
Removed most of individual functions.
Removed deprecated API which were using parameter vc: UIViewController.
Calling faceMatch now returns an error if SDK is not initialized.
Added property to check SDK initialization status - isSDKEntierlyInitialized. If isSDKEntierlyInitialized.flag is true SDK is successfully initialized, false otherwise.
Added Server Face mask check in Selfie Scan.
Removed 'simulatorDetected' error type & bugfix for 'refered to executive screen' shown on iOS simulator.
Fix frozen flow after secondary ID isn't captured correctly 3 times.
Cocapods variants breaking change -> Static and Dynamic now don't include Video Conference module by default. To use Video Conference module, please add vc, ie. 3.0.0-d-vc.
Fix for onCaptchaCompleted not being called once the Captcha step is completed
Fix for onboarding sections not being shown if being opened too quickly after previous sections got completed
Fix for some session not being flagged as NEEDS_REVIEW