Releases: persona-id/inquiry-ios-nfc
Releases · persona-id/inquiry-ios-nfc
2.16.1
Changed
- Now building with Xcode 15.3.
Fixed
- Fixed a layout bug that occurred on some devices when two input text components were embedded in a horizontal stack.
- Fixed a rare crash that could occur during Government Id camera initialization.
Added
- Added support for custom server side assets on government id step.
2.16.0
Added
- Added
accountId(_: String)
toInquiryTemplateBuilder
to be able to associate an inquiry with a Persona Account object when using this sdk entry point.
Changed
- Updated the minimum deployment target for our optional NFC package from iOS 13 to 15.
2.15.4
Added
- Added
Inquiry.cancel()
to programmatically cancel the inquiry flow.
Fixed
- Addressed a minor memory leak on barcode analysis.
2.15.3
Fixed
- Addressed an issue in our fallback service beta.
- Fixed a layout issue on remote image components
2.15.2
Added
- Added more checks for autocapture when strict selfie is turn on.
Changed
- Addressed a camera specific error delegating to
inquiryError
asPersonaError.UnknownError
, returningPersonaError.CameraError
instead. - Modified the search bar to be case-insensitive.
2.15.1
Fixed
- Fixed an issue where some German passports would not be able to be scanned over nfc.
2.15.0
Added
- Added improved back button navigation support on gov id, selfie, document steps.
2.14.3
Added
- Added support for rows on text area component
Changed
- Improved error messaging for Government Id NFC flows.
2.14.2
Added
- Markdown is now supported in checkbox component labels.
- Added support for localization overrides on government id capture feed instructions.
Changed
- Changed default assets for flows that allow uploading gov id from files or photos.
Fixed
- Fixed Chinese character input when using Pinyin.
- Fixed input multi-select sheet behavior.
2.14.1
Fixed
- Fixed a video verification bug that occurs when establishing the webRTC connection.