Skip to content

Releases: onfido/onfido-ios-sdk

32.0.0

29 Oct 12:41
08afbce
Compare
Choose a tag to compare

Fixed

  • Reverted the new translation public API
  • Fixed compilation issue when running SDK on the simulator

31.0.0

14 Oct 15:05
e08ce73
Compare
Choose a tag to compare

Added

  • Added APIs for encrypted biometric token storage and retrieval
  • Proof of Address supports 2-sided documents
  • Added new API to accept translation overrides for Proof of Address, One-Time Password and Qualified Electronic Signature

30.6.1

26 Sep 14:48
a5e2766
Compare
Choose a tag to compare

Fixed

  • Added type, issuing country and side metadata to document video uploads

30.6.0

09 Sep 12:13
68d0499
Compare
Choose a tag to compare

Added

  • Added APIs for encrypted biometric token storage and retrieval

30.5.0

20 Aug 11:47
780b006
Compare
Choose a tag to compare

Changed

  • Studio: Added support to exit the flow in WebViews

Fixed

  • Fixed a bug that could cause the step after Motion to be skipped, instead repeating the Motion step
  • Fixed regression introduced in 30.3.0 where Motion would always request microphone permission even if not configured to record audio

30.4.1

13 Aug 10:27
16fc2f8
Compare
Choose a tag to compare

⚠️ SPM package is wrong and points to 30.4.0

Fixed

  • Fixed regression introduced in 30.3.0 where Motion would always request microphone permission even if not configured to record audio

30.3.1

13 Aug 10:06
16fc2f8
Compare
Choose a tag to compare

⚠️ SPM package is wrong and points to 30.4.0

Fixed

  • Fixed regression introduced in 30.3.0 where Motion would always request microphone permission even if not configured to record audio

30.4.0

25 Jul 17:17
a458f84
Compare
Choose a tag to compare

⚠️ Deprecated version

A regression is present in this version where Motion always requests microphone permission even if not configured to record audio. If your Info.plist does not include the NSMicrophoneUsageDescription key, this can lead to a crash.
Fixed by 30.4.1.

Added

  • Added support for electronic ID verification (eID)
  • Added a fallback for any unsupported Studio task to fallback to as a capture module
  • Added support for Spanish Dominican Republic language (es_DO)

30.3.0

03 Jul 12:26
e5fb1dd
Compare
Choose a tag to compare

⚠️ Deprecated version

A regression was introduced in this version where Motion always requests microphone permission even if not configured to record audio. If your Info.plist does not include the NSMicrophoneUsageDescription key, this can lead to a crash.
Fixed by 30.3.1.

Added

  • Reintroduced ability to read documents via NFC when 'PACE' authentication is required: ⚠️ Please read the new App entitlement pre-requisites in the NFC Capture documentation

Changed

  • Reduced framework size by removing embedded OpenCV library
  • Document Capture: Improved capture screen appearance

Fixed

  • Removed the border of web modules

30.2.0

12 Jun 16:21
993a22d
Compare
Choose a tag to compare

Added

  • Added withNFC(off, optional, required) to configure NFC
  • Deprecated disableNFC() use withNFC(.off) instead

Fixed

  • Fixed very rare crash that could occur when starting a recording on Video
  • Fixed error while passing multiple public keys to the certificate pinning API
  • Fixed crash while using Objective-C API
  • Fixed an issue with Studio tokenExpirationHandler not triggering correctly