Wade King

Results 41 comments of Wade King

Resolved by: https://github.com/hyperledger/aries-mobile-agent-react-native/pull/489

I ran into this issue on an app that I'm creating. For me the issue was due to the fact that I set the storage type to `Keychain.STORAGE_TYPE.AES` and saved...

it seems like the change is not backwards compatible to indy credentials. I'm getting the following error whenever I try and get an indy credential: ``` "name": "CredoError", "message": "AuJrigKQGRLJajKAebTgWu:4:AuJrigKQGRLJajKAebTgWu:3:CL:209526:default:CL_ACCUM:9fc50d37-b15d-47f2-8ada-75c2249abc44...

okay sounds good, I'll do some testing in a bit and then we'll get this merged!

Okay seems to be working well in bifold, I'm still running into an issue when I link it to bc wallet but I think that must be an issue with...

resolved by: https://github.com/hyperledger/aries-mobile-agent-react-native/pull/998

best way to sort out the base64 decode/encode issue is probably a rolling base64 decode, ie(decode 3 bytes at a time) https://stackoverflow.com/questions/7920780/is-it-possible-to-base64-encode-a-file-in-chunks

resolved by https://github.com/openwallet-foundation/bifold-wallet/pull/1173

@cvarjao I'm wondering if we can get this person using remote logging so that we can troubleshoot because I'm not able to reproduce the issue

Think this may be the same issue as the cred delete issue caused by credo. What's the error message?