Changelog
TBA
- Document scan flow no longer proceeds to processing when additional documents are still selected locally.
SDKInitRequestAttributesnow containsplatformandoriginproperties (mainly to support BlinkID SDK).WDOConfigurationServiceallows to fetch Wultra Digital Onboarding configuration from the server.- Added support for
processTypeandactivationCodeinWDOActivationService - Refactored document upload to use the new v2 API.
WDOVerificationServicenow supports optional identity consent:WDOVerificationState.intronow contains associatedconsentRequiredproperty.- Removed
WDOVerificationState.consentstate. consentGet(completion:)renamed togetConsent(completion:).consentApprove(completion:)replaced bystart(consentApprovedByUser:completion:).
- added
onboardingApprovalprocess type constant, which signals that the onboarding requires an approval step. - new
activationFinishstate- when this status is reached, the activation needs to be finalized by calling the
WDOVerificationService.finishActivationmethod.
- when this status is reached, the activation needs to be finalized by calling the
- removed
WDODocumentTypeandDocumentSubmitFileTypetypes and useStringtype instead to better accommodate dynamic configuration of document scan. - added
asyncvariants for all asynchronous methods - updated
WDOConfigurationObjects, which now includes theuseTemporaryActivationflag and thecountryof origin in the scanned document - added
processTypeto IdentityStatusResponse to better distinguish between configured onboarding processes WDOVerificationState.otpnow carriesotpResendPeriodInSecondsas an associated value (previously available asWDOVerificationService.otpResendPeriodInSecondsproperty, which was removed)WDOVerificationState.endstatenow carries optionalrejectReasonassociated value with the server-provided rejection reasonWDOVerificationService.statusnow returnsWDOVerificationService.StatusResultwhich includes the verification state alongsideprocessIdandprocessTypeserver dataWDOVerificationService.documentsSubmitnow automatically resolvesoriginalDocumentIdfor files that don’t provide it, based on previously cached process data (temporary workaround until solved on the backend)
1.3.0 (October, 2024)
- PowerAuth “server stack”
1.9+is now required powerauth-mobile-sdkv1.9.xis now requirednetworking-applev1.5.xis now required
1.2.0 (July, 2024)
WDOLoggernow providesdelegatepropertyWDOLogger.VerboseLevel- renamed
all->debug - added an
infooption.
- renamed
1.1.1 (Feb 29, 2024)
WDOActivationServiceandWDOVerificationServiceinitializers no longer throw exceptions.
1.1.0 (Feb 9, 2024)
- Added support for the PowerAuth SDK 1.8.0+
1.0.1 (Feb 9, 2024)
- Added documentation
1.0.0 (Jan 10, 2024)
Initial release.
Last updated on Mar 31, 2026 (11:04)
Edit on Github
Send Feedback