WalletConnectSwift icon indicating copy to clipboard operation
WalletConnectSwift copied to clipboard

Example App - Client fails to connect to a wallet

Open rommex opened this issue 3 years ago • 4 comments

Hey there,

I'm using your Client app that deploys a "wc://wc?uri=..." deep link. If there is no Server app on my iPhone, a MetaMask Wallet mobile app is evoked (I assume they just subscribed to the "wc://" schema).

But the Client app fails to connect to MetaMask Wallet app consistently. How can I fix this?

In fact, my app needs the user to cryptographically sign a message, so I need to connect to the MM wallet app and receive a signed message back.

Thanks!

rommex avatar Sep 22 '21 20:09 rommex

Experiencing the same issue - app opens up MetaMask but no Metamask prompt comes up in the app This was on an iPhone 11 and iPhone 12 Pro running 14.6

mazenkourouche avatar Sep 24 '21 11:09 mazenkourouche

I have got same issues

tanayios avatar Sep 29 '21 21:09 tanayios

Did anyone got any solutions?

ghost avatar Oct 05 '21 15:10 ghost

Hi everyone. Example App does not assume to work correctly with MetaMask. If you implement a production application the recommended way is to use universal links instead of deep links. You can find more info here https://github.com/WalletConnect/WalletConnectSwift/issues/68

sche avatar Oct 06 '21 12:10 sche