Skip to content

Releases: persona-id/sentinel-ios

2.25.1

07 Feb 21:16
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where certain dates would not be populated depending on the timezone of the device and if the date was on a day in that timezone where daylight savings occurred at midnight.
  • Fixed a style issue on Selfie Review screen.

2.25.0

03 Feb 19:37
Compare
Choose a tag to compare

Added

  • Added support for optional review screen on selfie flows.
  • Added the ability for the server to instruct the client to use fallback mode automatically. To use this, either pass in FallbackMode.defer to the .fallbackMode function on the InquiryTemplate builder, or pass in a valid fallback inquiry id (starts with iqfs) and a valid fallback session token (using the .sessionToken function) on the Inquiry builder.

Changed

  • InquiryDelegate is now marked as @MainActor to reflect it's existing behavior and eliminate warnings on implementations also marked as @MainActor.

Fixed

  • Fixed a bug that was causing the cursor to jump to the end of input text components when the user was not making their edit at the end of the input text.
  • Fixed a rare crash during government id step.
  • Made the verify with Reusable Persona button component disableable.
  • Fixed a bug that could cause inquiries to show pages that async workflows triggered after the inquiry success screen was reached when creating a Reusable Persona.

2.24.0

20 Dec 23:13
Compare
Choose a tag to compare

Added

  • Published the Sentinel SDK.