Skip to content

Releases: smileidentity/ios

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.

v10.2.9

06 Sep 13:05
1296c09
Compare
Choose a tag to compare
  • Document capture cleanup and optionally showing confirmation and returning the captured image if false

v10.2.8

29 Aug 06:09
Compare
Choose a tag to compare

10.2.8

Changed

  • Smartselfie captures now return relative file urls as the rest of the products

Added

  • Zip files from prepupload request

v10.2.7

19 Aug 13:48
57b0a97
Compare
Choose a tag to compare

What's Changed

Full Changelog: v10.2.6...v10.2.7

v10.2.6

06 Aug 17:36
c44f42a
Compare
Choose a tag to compare

Changed

  • All polling methods now return a AsyncThrowingStream<JobStatusResponse<T>, Error> and instead of a timeout, if there is no error it'll return the last valid response and complete the stream.

v10.2.5

24 Jul 13:42
a075c55
Compare
Choose a tag to compare

Fixed

  • Job status history full data parsing causing a crash during polling

v10.2.4

23 Jul 10:10
a53a9f1
Compare
Choose a tag to compare

Fixed

  • Partner params fix on v2 endpoints

v10.2.3

22 Jul 16:38
611865a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v10.2.2...v10.2.3

v10.2.2

11 Jul 11:36
6c4fcf3
Compare
Choose a tag to compare

Fixed

  • Remove force unwrapping for getting files from storage