iOS SDK v1 Changelogs
Changes, Fixes, and Features on iOS
[v1.1.28] - 2022-11-10
Fixed
- Fixed selfie capture on iPhone 13/14 pro/pro max devices
[v1.1.27] - 2022-04-04
Fixed
- No longer infinitely looping for various document flow failure cases
[v1.1.26] - 2022-02-15
Changed
- Transitive dependencies have been updated to match v2
[v1.1.25] - 2022-01-19
Added
- Added additional string override
[v1.1.24] - 2022-01-05
Fixed
- Inquiry sessions created with an
inquiryId
now properly use prefill data on fields
[v1.1.23] - 2022-01-03
Fixed
- Fixed a crash when opening government id camera on iOS 13/14 when app is built with Xcode 13
[v1.1.22] - 2021-12-06
Added
- Added string overrides for govID capture guide hints
takeGovIdGuideHintFrontFormat
andtakeGovIdGuideHintBackFormat
[v1.1.21] - 2021-10-25
Fixed
- Fixed unexpected NavigationBar styling via
UINavigationBarAppearance
in iOS 13+.
[v1.1.20] - 2021-10-19
Added
- Added string overrides for government id generic failure reason and button
Fixed
- NavigationBar background color is no longer subject to
UIAppearance
of parent application.
[v1.1.19] - 2021-10-14
Fixed
- Fixed a bug where the SDK version could be reported incorrectly.
[v1.1.18] - 2021-09-10
Added
- Support Selfie configs
Changed
- Attempting to start an Inquiry on templates prefixed with
itmpl_
oritmplv_
will now fail immediately.
Fixed
- No longer show back button on government id capture screen when selection screen is skipped because of one ID type.
[v1.1.17] - 2021-08-26
Added
- Added theme option to hide button images
- Made selfie instruction strings overrideable
- Applied camera instruction text styling to selfie instruction title
- Centered verification processing animation if no strings provided
[v1.1.16] - 2021-08-18
Added
- Added support for Keypass ID government id type.
[v1.1.15] - 2021-08-11
Added
- Added the following public strings for database start screen:
databaseStartTitle
,databaseStartBody
, anddatabaseStartButton
. - Added themeable text alignment on title and body labels:
titleTextAlignment
andbodyTextAlignment
. - The theme asset,
verificationFailedAsset
, is now used on selfie failure in addition to gov id failure.
[v1.1.14] - 2021-07-28
Added
Added support for visa government id type.
[v1.1.13] - 2021-07-20
Added
Added support for custom Selfie animation on selfie start view
[v1.1.12] - 2021-07-09
Added
- Added Government ID combined step for Inquiry 3.0 Flow
- Added Selfie combined step for Inquiry 3.0 Flow
- Enabled skipping Government ID select screen when only one ID class option is present
Fixed
- Fixed icon tinting on buttons. This is now themeable via
buttonImageTintColor
. - Added support for theming processing government id animations.
- Added support for theming the selfie intro animation.
[v1.1.11] - 2021-06-21
Fixed
- Fixed a bug where the back button could be tinted incorrectly.
[v1.1.10] - 2021-06-02
Fixed
- Fixed a bug where a prefilled country code was not being set in certain cases, e.g. you can now pass in
Fields(additionalFields: ["address-country-code": .string("AU")])
to thefields
property of aInquiryConfiguration
to have the country list default to Australia.
[v1.1.9] - 2021-05-26
Fixed
- Fixed a bug where the back button image was not being tinted correctly when taking a photo of a government ID.
- Fixed a bug where the close button was not being displayed correctly when picking a country or US state.
- Fixed a bug where the shutter button could not work correctly when taking a photo of a government ID.
- Fixed a bug where the camera permissions dialog was not displaying the camera icon.
[v1.1.8] - 2021-05-21
Added
- Added strings for
countryListTitle
,countryListSuggested
andcountryListAllCountries
. - Added theme properties for
cancelButtonAlternateBackgroundColor
andcancelButtonAlternateTextColor
. - Added a new custom asset for when a verification fails (
verificationFailedAsset
).
Changed
ImageAsset
can now specify itsBundle
.ImageAsset
can now be constructed with aUIImage
.
[v1.1.7] - 2021-05-10
Fixed
- Fixed a bug where prefilled data wasn't being read correctly.
[v1.1.6] - 2021-05-05
Added
- Added more customization options by adding new theme properties and moved additional strings to
Persona.strings
.
Fixed
- Fixed a bug where database verifications that required further user input were being terminated early.
[v1.1.5] - 2021-04-09
Fixed
- Fixed a bug where clients could have symbols collisions with dependencies.
- Improved hinting for failed age comparison government ID verification
[v1.1.4] - 2021-04-09
Fixed
- Fixed a bug where failed verifications would sometimes not start the next verification.
[v1.1.3] - 2021-03-31
Fixed
- Fixed a visual bug where phone numbers with errors would not be displayed correctly.
- Fixed an occasional crashing bug when entering phone numbers.
[v1.1.2] - 2021-03-24
Added
- Added a
cancelButtonTextColor
option to the theme. - Added
buttonShadowColor
,buttonShadowOffset
andbuttonShadowRadius
options to the theme to set shadows on buttons. - Added
cancelButtonShadowColor
,cancelButtonShadowOffset
andcancelButtonShadowRadius
options to the theme to set shadows on cancel buttons.
Fixed
- Fixed a visual bug where the selfie overlay animation could sometimes get stuck.
- Fixed SSN entry validation.
- Fixed a visual bug where the comments field was hidden behind the keyboard on shorter devices.
- Fixed a visual bug where the processing screen was not rendered correctly on 4.7" devices.
[v1.1.1] - 2021-03-04
Changed
- Renamed National ID to State ID
[v1.1.0] - 2021-02-25
Added
- Prefill Phone verification with phone number from the Inquiry
- Prefill Database verification with phone number, name, and address from the Inquiry
Changed
- Updated translations for
pt-BR
[v1.0.7] - 2021-02-11
Added
- Added support for hiding the privacy policy
- Added support for Swift Package Manager
- Added support for
barcode_pdf417
andpassport_signature
- Added missing localizations for 🇯🇵 and 🇨🇳
Changed
- Changed default date picker style
[v1.0.6] - 2021-01-06
Added
- Added support for custom translations for success and failure screens.
Changed
- Added support for hiding the privacy policy via the disclaimer config.
- Removed the cancel button from completion screen.
[v1.0.5] - 2021-01-04
Added
- Return address subdivision abbreviation in Inquiry response
[v1.0.4] - 2020-12-02
Changed
- Updated the Selfie flow to closely resemble the web experience.
- Replaced the image with an animation on the Selfie intro view.
Fixed
- Fixed a visual bug where the shutter button's countdown timer wasn't visible on iOS 11.
- Fixed a bug where the keyboard would sometimes not be present when entering an SMS confirmation code.
[v1.0.3] - 2020-11-04
Fixed
- Fixed a bug where selfie verifications would not complete because the
canceled
state was unknown - Added handling for canceled verifications
Added
- Added Postal ID as an ID type for the Philippines
Changed
- Updated pt-BR translations for Brazil
[v1.0.2] - 2020-10-22
Changed
- Improved UI when retrying the entry of an SMS confirmation code.
- Added localized names for countries and US states.
- Removed SVGKit and Lottie as public dependencies
[v1.0.1] - 2020-10-13
Fixed
- Fixed a bug where the keyboard wouldn't appear when entering an SMS confirmation code after the app had been backgrounded.
- Fixed a bug where the using the suggestions bar above the keyboard would not allow the support from being submitted.
- Fixed a UI bug in the state list picker when using a custom theme.
- Fixed a UI bug where separators were not being modified when using a custom theme.
- Fixed a UI bug where a 4-digit SSN could not be submitted without dismissing the keyboard.
[v1.0.0] - 2020-09-23
Added
- Added support for database verifications.
- Added date of birth validation.
- Added translations for
ja
andzh
. - Accept access tokens for resuming Inquiries.
- Enabled prepopulating the Inquiry fields.
Fixed
- Fixed a couple of UI bugs where elements would either render strangely or not appear when in dark mode.
- Fixed a bug where verifications would not fail as expected in Sandbox mode.
- Fixed a bug where access tokens passed in were not respected
Removed
- Removed the country field from the address fields when performing a database verification.
- Removed phone number from public Attributes.
Updated about 2 years ago