Skip to content

Releases: persona-id/inquiry-ios-nfc

2.16.1

25 Mar 22:26
Compare
Choose a tag to compare

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

08 Mar 04:28
Compare
Choose a tag to compare

Added

  • Added accountId(_: String) to InquiryTemplateBuilder 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

04 Mar 20:05
Compare
Choose a tag to compare

Added

  • Added Inquiry.cancel() to programmatically cancel the inquiry flow.

Fixed

  • Addressed a minor memory leak on barcode analysis.

2.15.3

28 Feb 00:51
Compare
Choose a tag to compare

Fixed

  • Addressed an issue in our fallback service beta.
  • Fixed a layout issue on remote image components

2.15.2

23 Feb 22:24
Compare
Choose a tag to compare

Added

  • Added more checks for autocapture when strict selfie is turn on.

Changed

  • Addressed a camera specific error delegating to inquiryError as PersonaError.UnknownError, returning PersonaError.CameraError instead.
  • Modified the search bar to be case-insensitive.

2.15.1

07 Feb 03:37
Compare
Choose a tag to compare

Fixed

  • Fixed an issue where some German passports would not be able to be scanned over nfc.

2.15.0

02 Feb 21:16
Compare
Choose a tag to compare

Added

  • Added improved back button navigation support on gov id, selfie, document steps.

2.14.3

26 Jan 01:39
Compare
Choose a tag to compare

Added

  • Added support for rows on text area component

Changed

  • Improved error messaging for Government Id NFC flows.

2.14.2

10 Jan 22:55
Compare
Choose a tag to compare

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

16 Dec 01:08
Compare
Choose a tag to compare

Fixed

  • Fixed a video verification bug that occurs when establishing the webRTC connection.