wallet-sdk icon indicating copy to clipboard operation
wallet-sdk copied to clipboard

Verifiable Credential Wallet SDK and Demo/Reference Wallet App (Go / GoMobile | Android | iOS)

Results 29 wallet-sdk issues
Sort by recently updated
recently updated
newest added

I added vc-wallet-sdk-1.6.0.aar to this demo project. When I run this demo on Android, I met this issue: "Null check operator used on a null value".

The cred list does not always show correct creds that are left in the wallet right away. After refreshing, the proper list of outstanding creds is shown. Seems like the...

bug

Please refactor WalletSDKPlugin.createDID so it returns some structure as we did for other methods. To get rid of that encode decode part all over the code. _Originally posted by @vkubiv...

@DRK3 There are multiple error that comes from sdk while we are waiting for request credential to issue the credential. I noticed it takes few second and then, like data...