2.23.0
mobile-build-persona
released this
19 Nov 18:02
·
12 commits
to main
since this release
Added
- Added experimental
startInline()
method toInquiry
used for embedding inquiry flow "inline" in your app. This feature allows custom handling of navigation elements within the flow. - Added optional
inquiryEventDidOccur
method toinquiryDelegate
, this method is called on various events and can be used for logging purposes.
Changed
- Now returning
PersonaError.invalidSessionToken
instead ofPersonaError.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.