Skip to content

Releases: smileidentity/ios

v10.0.0

08 Dec 00:27
c402309
Compare
Choose a tag to compare

10.0.0

  • No changes

10.0.0-beta14

07 Dec 22:27
2bc5e89
Compare
Choose a tag to compare

Changed

  • Removed DocumentVerificationResultDelegate from extending AnyObject so it doesn't have to always be used in classes
  • Removed EnhancedDocumentVerificationResultDelegate from extending AnyObject so it doesn't have to always be used in classes

Full Changelog: v10.0.0-beta13...v10.0.0-beta14

v10.0.0-beta13

29 Nov 23:38
4704d0a
Compare
Choose a tag to compare

10.0.0-beta13

Added

  • Enhanced KYC (synchronous)

Changed

  • Updated document capture to preserve aspect ratio in preview
  • Updated visibility of networking models to public

v10.0.0-beta12

16 Nov 20:26
3aab09b
Compare
Choose a tag to compare

Added

  • Consent Screen SwiftUI View

Removed

  • Biometric KYC no longer bundles the Consent Screen
  • Biometric KYC no longer bundles an ID Type selector or input

v10.0.0-beta11

14 Nov 15:20
2a8d9cb
Compare
Choose a tag to compare

Added

  • Added extras as optional params on all job types
  • Added allowAgentMode option on Document Verification and Enhanced Document Verification

v10.0.0-beta10

18 Oct 19:02
6d4d99f
Compare
Choose a tag to compare

Added

  • Enhanced Document Verification
  • New JobStatusResponses that depend on the job type
  • Set the callback URL by calling SmileID.setCallbackURL(_:)

Changed

  • Renamed DocumentCaptureResultDelegate -> DocumentVerificationResultDelegate
  • Delegate types updated to accept generic JobStatusResponse objects
  • Provide nil as default values for userId and jobId on AuthenticationRequest
  • Made public the properties in ServicesResponse and its nested classes

Fixed

  • Document Verification UI bugs
  • Fixed a bug where Services models would have incorrect or duplicate data

v10.0.0-beta09

04 Oct 23:55
97de4ee
Compare
Choose a tag to compare

10.0.0-beta09

Fixed

  • Fixed a bug where Document Verification results were not being delivered to the delegate

v10.0.0-beta08

03 Oct 15:42
c1eeaad
Compare
Choose a tag to compare

10.0.0-beta08

Added

  • Document Verification
  • Navigation router using UINavigationController
  • Convenience method for partners to poll the jobStatus endpoint

Changed

  • Return images captured from selfie capture and document capture as URLs

Removed

  • filename property from PrepUploadRequest
  • jobStatus polling from SmartSelfieAuthentication, SmartSelfieEnrollment and DocumentVerification

Dependencies

  • SwiftLint

v10.0.0-beta07

17 Aug 00:01
cea128b
Compare
Choose a tag to compare

10.0.0-beta07

Changed

  • Declare jobType property of PartnerParams as optional

v10.0.0-beta06

16 Aug 15:12
d2b13ba
Compare
Choose a tag to compare

10.0.0-beta06

Changed

  • Declare jobType property of AuthenticationRequest as optional