You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated the underlying Onfido iOS SDK to version 30.0.x (up from 29.9.x).
NOTE: This version increased the minimum deployment target to iOS 13
For more information visit the Onfido iOS SDK releases on Github
Motion capture fallback configuration has been removed: Motion is supported on all devices as of 11.0.0
If you currently set a motionCaptureFallback for captureFace, then you should be aware that this configuration is no longer available, so you can safely remove it from your integration code
The option to set the bubbleErrorBackgroundColor as part of the appearance configuration has been removed, as this configuration option is not longer available.
The flag supportDarkMode on the appearance configuration has been removed. Use interfaceStyle instead to configure the same behaviour.