kotlin-walletconnect-lib icon indicating copy to clipboard operation
kotlin-walletconnect-lib copied to clipboard

Parsing issue with EncryptedPayload on release

Open vsilux opened this issue 3 years ago • 3 comments

Hi. I'm working on Flutter plug-in for iOS/Android. The problem is when I run release version the iv value in EncryptedPayload is null. I solved that by adding @JsonClass(generateAdapter = true) to model and kapt "com.squareup.moshi:moshi-kotlin-codegen:1.8.0" and injecting clone of MoshiPayloadAdapter. Possibly I'm doing something wrong but I spent a lot of time to investigate why I didn't get session_request in the app and it's possibly duplication of #14

vsilux avatar Apr 19 '21 09:04 vsilux

@vsilux Ilya hey. Wondering, is there any progress on the flutter plugin for the WalletConnect?

chichkanov avatar Jul 27 '21 18:07 chichkanov

@chichkanov hi Alex.It is about to ready. I should test it before publishing. But I'm very busy on a main project for next 2-3 weeks. And btw I did only Server part (for wallets) as the DApps is not in priority for me.

vsilux avatar Jul 29 '21 12:07 vsilux

Did anyone get any solutions for the release mode issue in flutter?

ghost avatar Nov 14 '21 13:11 ghost