Skip to content

Releases: smileidentity/ios

v10.3.1

13 Dec 17:55
c623f7f
Compare
Choose a tag to compare
Release 10.3.1 (#270)

v10.3.0

13 Dec 17:22
46c01d5
Compare
Choose a tag to compare
chore: bump version to 10.3.0 (#269)

* update changelog.

* update podspec.

* update smileid file.

* run pod install.

V10.2.17

18 Nov 10:36
5120a91
Compare
Choose a tag to compare

Added

  • skipApiSubmission: Whether to skip api submission to SmileID and return only captured images on SmartSelfie enrollment, SmartSelfie authentic , Document verification and Enhanced DocV

v10.2.16

07 Nov 11:06
c61c844
Compare
Choose a tag to compare

Fixed

  • Clear images on retry or start capture with the same jobId

v10.2.15

25 Oct 10:07
dbe958d
Compare
Choose a tag to compare

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

17 Oct 10:33
14bf824
Compare
Choose a tag to compare

Changed

  • Changed thresholds for liveness photos movement

v10.2.13

02 Oct 12:43
7002c47
Compare
Choose a tag to compare

Added

  • Modified access selfie and liveness images util functions

v10.2.12

02 Oct 12:39
eb65efc
Compare
Choose a tag to compare
  • Modified access selfie and liveness images util functions

10.2.12

v10.2.11

27 Sep 18:52
b41acab
Compare
Choose a tag to compare

What's Changed

Full Changelog: v10.2.10...v10.2.11

v10.2.10

17 Sep 09:40
9fa9f73
Compare
Choose a tag to compare

Added

  • Document capture cleanup and optionally showing confirmation and returning the captured image if false
  • Added new requestTimeout parameter to SmileID 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.