Releases: smileidentity/ios
Releases · smileidentity/ios
v10.3.1
v10.3.0
V10.2.17
v10.2.16
v10.2.15
Changed
- Split up
submitJob()
functionalities for BiometricKYC for easier readability and debugging. - Remove setting job processing screen sucess state subtitle with
errorMessageRes
. - Modify how we check for network failure due to internet connection and move the
isNetworkFailure()
function into a more appropriate scope.
Fixed
- Improve how we handle offline job failure scenario.
v10.2.14
v10.2.13
v10.2.12
v10.2.11
v10.2.10
Added
- Document capture cleanup and optionally showing confirmation and returning the captured image if false
- Added new
requestTimeout
parameter toSmileID
class initializers to allow configuration of network request timeouts.
Changed
- Convert network service upload function to normal async/await from AsyncThrowingStream.
- Handle requestError with URLError and return localizedDescription for user facing alert message.
- Handle httpError and provide a user facing message for the alert.