Skip to content

2.23.0

Compare
Choose a tag to compare
@mobile-build-persona mobile-build-persona released this 19 Nov 18:02
· 12 commits to main since this release

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.