WalletConnect / WalletConnectSwiftV2

WalletConnect Swift SDK v2
https://docs.walletconnect.com
Apache License 2.0
372 stars 183 forks source link

On iOS devices, First try to connect to Dapp is Failed , the secend and others are fine #1037

Open bitkeepdeveloper opened 1 year ago

bitkeepdeveloper commented 1 year ago

Describe the bug On iOS devices, when we try to build a connection with dapp at first time, Our application get an onProposal callback sucessfully, but then Our application receive an onSessionDelete Response without any other operation. it is very strange that it is fine when I try again.

Acording to your sample project ,If I want receive an onSessionDelete Response, I need to do like this code '' Web3Wallet.instance.disconnect''

SDK Version

To Reproduce Steps to reproduce the behavior:

  1. Go to 'https://react-app.walletconnect.com'
  2. Then choose one kind chain, create QRCode
  3. open bitkeep APP , scan QRCode,
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Device (please complete the following information):

Additional context Add any other context about the problem here.

llbartekll commented 1 year ago

the described behaviour is indeed strange.

CC @alexander-lsvk

flypaper0 commented 11 months ago

@bitkeepdeveloper sorry for long response, issue still exists?