VirgilSecurity / virgil-crypto-x

Virgil Crypto stack Objective-C/Swift
https://virgilsecurity.com/
Other
34 stars 9 forks source link

Virgil Decrypt Issue IOS #37

Open AshirShaikh99 opened 1 year ago

AshirShaikh99 commented 1 year ago

Bug Description

I am facing this issue when the data is received and sent so it is not decrypted so here are the terminal logs mentioned below.

PlatformException(decrypt-failed, The operation couldn’t be completed. (VirgilCryptoFoundation.FoundationError error -303.), unknown error, null)

Expected behavior I want to decrypt the messages which I received and sent so they can be viewed in the view.

Screenshot 2023-01-07 at 7 49 52 PM

If you see the screenshot the messages are not decrypted and due to that, they are not viewed on the screen.

Devices Information

img

Additional context On the receiver and sender end, the messages are not decrypted, and due to that, they are not appearing in the view!

Thank you!