Open ethereum wallet, different from MetaMask, in iOS app via wallet-connect #1132
Unanswered
0xHristo
asked this question in
Developer Support
Replies: 1 comment
-
Thanks for taking time to create a discussion thread. This seems to be a problem with your application's preferences (the user could have pressed 'always open with MetaMask' during the initial run. I would recommend you to try clearing the app's data / uninstalling the app and then trying again. Another possible problem might be the wallet list. Make sure you've included all the wallets that your dApp needs to support. You can learn more at - https://docs.walletconnect.com/mobile-linking#wallet-support and https://docs.walletconnect.com/quick-start/dapps/react-native#walletconnectprovider |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currantly I am following the Wallet Connect's documentation for mobile deeplinking.
The deeplink which I am opening is:
The problem with the above link is that it always opens the MetaMask mobile app despite having Coinbase wallet and Crypto.com Defi wallet.
What to change in the above deeplink in order to open wallet different from MetaMask?
Beta Was this translation helpful? Give feedback.
All reactions