Releases: onfido/onfido-ios-sdk
Releases · onfido/onfido-ios-sdk
32.0.0
31.0.0
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
Fixed
- Added type, issuing country and side metadata to document video uploads
30.6.0
Added
- Added APIs for encrypted biometric token storage and retrieval
30.5.0
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
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
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
⚠️ 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
⚠️ 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
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