1.5.0
1.5.0
[Android/iOS SDK] Support to send issuance acknowledgement
Code flow
// run the issuance flow
// add following code based on user action to add or cancel the credential to wallet
if oid4vciInteraction.requireAcknowledgment() is true {
// for success
oid4vciInteraction.acknowledgeSuccess()
// for cancel
oid4vciInteraction.acknowledgeReject()
}
References
What's Changed
- chore(sdk): upgrade go-jose to v3.0.1 by @rolsonquadras in #682
- feat(app): Add support for verify issuer api function in the app by @talwinder50 in #683
- feat(sdk): issuer acknowledgment by @vkubiv in #684
- feat(sdk): credential acknowledgment ios/android tests. by @vkubiv in #685
- test(sdk): Add the test integration for multiple custom scope by @talwinder50 in #686
- chore(sdk): remove fixed TODO by @rolsonquadras in #687
- test(app): Upgrade flutter test with custom scope feature by @talwinder50 in #688
- feat(app): Implement acknowledgement feature in app by @talwinder50 in #689
- feat(app): Implement android plugin changes for acknowledgement by @talwinder50 in #691
- fix(app): Fix the signature of ack success and reject func by @talwinder50 in #692
Full Changelog: 1.4.0...1.5.0