Skip to content

1.5.0

Compare
Choose a tag to compare
@rolsonquadras rolsonquadras released this 06 Dec 18:28
· 113 commits to main since this release
7fe1c17

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

Full Changelog: 1.4.0...1.5.0