Releases: smileidentity/ios
Releases · smileidentity/ios
v10.0.0
10.0.0-beta14
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
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
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
Added
- Added
extras
as optional params on all job types - Added
allowAgentMode
option on Document Verification and Enhanced Document Verification
v10.0.0-beta10
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 foruserId
andjobId
onAuthenticationRequest
- 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
10.0.0-beta09
Fixed
- Fixed a bug where Document Verification results were not being delivered to the delegate
v10.0.0-beta08
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 fromPrepUploadRequest
jobStatus
polling fromSmartSelfieAuthentication
,SmartSelfieEnrollment
andDocumentVerification
Dependencies
- SwiftLint
v10.0.0-beta07
10.0.0-beta07
Changed
- Declare
jobType
property ofPartnerParams
as optional
v10.0.0-beta06
10.0.0-beta06
Changed
- Declare
jobType
property ofAuthenticationRequest
as optional