Changelog
2.0.0 (April, 2026)
- This release requires enrollment onboarding server version 2.1.0 or higher.
- Added
WDOConfigurationServiceand configuration response models. - Document scan flow no longer proceeds to processing when additional documents are still selected locally.
SDKInitRequestAttributesnow containsplatformandoriginproperties (mainly to support BlinkID SDK).- Added support for
processTypeandactivationCodeinWDOActivationService WDOActivationService.activate(otp:)now accepts optional OTP.- 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
WDOVerificationState.ProcessingItem.onboardingApproval. - Added
activationFinishstate andWDOVerificationService.finishActivation(...). WDODocumentTypenow usesStringvalues.- Added
asyncvariants for all asynchronous methods. WDOConfigurationResponsenow includesuseTemporaryActivationand documentcountry.- Added
processTypeto verification status data. WDOVerificationState.otpnow carriesotpResendPeriodInSecondsas an associated value (previously available asWDOVerificationService.otpResendPeriodInSecondsproperty, which was removed)WDOVerificationState.endstatenow carries optionalrejectReason.WDOVerificationService.statusnow returnsWDOVerificationService.StatusResultwithprocessIdandprocessType.WDOVerificationService.documentsSubmitnow automatically resolves missingoriginalDocumentIdfrom cached process data when possible.WDOActivationService,WDOVerificationService, andWDOConfigurationServicenow inherit fromWDOBaseService, which provides sharedacceptLanguageandnetworking.- Demo
getOTP()now acceptsstrategy:and usesWDOGetOTPEndpointStrategy. - Breaking: Init parameter
config:(onWDOActivationServiceandWDOConfigurationService) andwpnConfig:(onWDOVerificationService) renamed tonetworkingConfig:for consistency.
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 Apr 10, 2026 (11:45)
Edit on Github
Send Feedback