Skip to content

v12.0.0

Compare
Choose a tag to compare
@bckr bckr released this 06 May 12:42
· 8 commits to master since this release

Changed:

  • 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
  • Updated the underlying Onfido Android SDK to version 20.2.x (up from 20.1.x).
    For more information visit the Onfido Android 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.