Changelog
TBA
SDKInitRequestDataAttributesnow containsplatformandoriginproperties (mainly to support BlinkID SDK).- Refactored document upload to use the new v2 API.
ConfigurationServiceallows to fetch Wultra Digital Onboarding configuration from the server.- Added support for
processTypeandactivationCodeinActivationService - Support for optional Identity Consent:
VerificationStateIntroDatacontainsconsentRequiredflag.VerificationService.starthandles mandatory and optional consent (replacesconsentApprove).consentGet(callback:)renamed togetConsent(callback:).- Removed
VerificationState.CONSENTstate (andVerificationStateConsentDataclass); consent is resolved viastartmethod.
getOTPmethods inActivationServiceandVerificationServicewere moved toDemoEndpointshelper class.- added
ONBOARDING_APPROVALprocess type constant, which signals that the onboarding requires approval step. - new
ACTIVATION_FINISHstate inVerificationState- when this status is reached, the activation needs to be finalized by calling
VerificationService.finishActivationmethod.
- when this status is reached, the activation needs to be finalized by calling
- Replaced
createPowerAuthActivationData(...)withcreateActivationBuilder(...), used internally byactivate(...)and for advanced workflows. DocumentTypechanged from an enum to a typealias ofStringto better accommodate dynamic configuration of scanned documents.
1.3.0 (Oct, 2024)
- Using PowerAuth SDK
1.9.x - Minor fixes
1.2.0 (May, 2024)
- Changed name of the log class to the
WDOLogger - Added listener to the log class
1.1.1 (Mar 6, 2024)
- Minor fixes
- Improved error handling
- Introduced
WDOResultthat provides strong concrete error types
1.1.0 (Mar 4, 2024)
- Using PowerAuth SDK
1.8.x
1.0.3 (Mar 4, 2024)
- Documentation improvements
- Logs improvements
1.0.2 (Nov 10, 2023)
- Fixed error handling in verifying OTP endpoint
1.0.1 (Oct 3, 2023)
- Fixed bug where in some cases callbacks were not called
1.0.0 (Aug 8, 2023)
Initial release.
Last updated on Feb 19, 2026 (10:47)
Edit on Github
Send Feedback