Skip to content

Releases: persona-id/inquiry-ios-nfc

2.24.0

20 Dec 23:12
Compare
Choose a tag to compare

Added

  • Published the Sentinel SDK.

2.23.3

16 Dec 20:22
Compare
Choose a tag to compare

Fixed

  • Attributes on PersonaInlineNavigationState now correctly marked as public.

2.23.2

11 Dec 20:52
Compare
Choose a tag to compare

Fixed

  • Fixed an issue with international DB components where prefilled country and id type fields would not hide according to the instructions of the server.

Added

  • Added support for markdown in the capture tips modal prompt text.

2.23.1

25 Nov 21:08
Compare
Choose a tag to compare

Added

  • Added property isPersonaNavigationHidden to PersonaInlineViewController to ease formSheet presentation with inline mode.

2.23.0

19 Nov 18:02
Compare
Choose a tag to compare

Added

  • Added experimental startInline() method to Inquiry used for embedding inquiry flow "inline" in your app. This feature allows custom handling of navigation elements within the flow.
  • Added optional inquiryEventDidOccur method to inquiryDelegate, this method is called on various events and can be used for logging purposes.

Changed

  • Now returning PersonaError.invalidSessionToken instead of PersonaError.networking when invalid session tokens are passed to the SDK.
  • Now building with Xcode 16.

Fixed

  • Manual country and id type select components in autoclassification flows now have the correct styling applied. The back and cancel buttons now show up on the manual select screen as well.
  • Input select components now respect the disabled styles that come from the server.
  • No longer crashing when json logic has a nested array as part of an "in" check.
  • Fixed UIAppearance bug on input select component sheets.

2.22.5

16 Sep 21:50
Compare
Choose a tag to compare

Fixed

  • Fixed a regression when permissions are granted for first time.

2.22.4

29 Aug 20:20
Compare
Choose a tag to compare

Added

  • Added support for GPS collection.

2.16.6

23 Aug 16:44
Compare
Choose a tag to compare
Update Package.swift for 2.16.6

2.22.3

21 Aug 00:36
Compare
Choose a tag to compare

Fixed

  • Fixed an issue where the auto complete suggestion drop down is blacked out when the phone is set to dark mode.

2.22.2

13 Aug 18:23
Compare
Choose a tag to compare

Fixed

  • Fixed an issue where Ukrainian passport NFC chips would not scan correctly.
  • Fixed an issue where the background color of selected items in select sheets did not display.