WalletConnect / WalletConnectSwift

WalletConnect Swift SDK
MIT License
289 stars 162 forks source link

Example App - Client fails to connect to a wallet #75

Open rommex opened 3 years ago

rommex commented 3 years ago

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!

mazenkourouche commented 2 years ago

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

tanayios commented 2 years ago

I have got same issues

ghost commented 2 years ago

Did anyone got any solutions?

sche commented 2 years ago

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