Closed idelburgo-iomob closed 1 year ago
Hello, @idelburgo-iomob. Thanks for reporting! I will pass this on to the team.
This issue has been automatically marked as stale because it has not had recent activity in the last 90 days. It will be closed in 7 days. Thank you for your contributions.
This issue was closed because it has been stalled for 7 days with no activity. If you feel this was closed in error please reopen and provide evidence on the current production app. Thank you for your contributions.
Describe the bug Prior to this versions I have an implementation of WalletConnect v1 working smoothly with Metamask that allowed to connect the wallet to my app, and then sign a message with the wallet. All this using WalletConnect v1, using the deeplinks provided by it.
Screenshots If applicable, add screenshots or links to help explain your problem
To Reproduce Through my app
Different attempts were done:
Expected behavior MetaMask should open the modal to accept the connection and then with the next deeplink (to sign a message) open a new modal with the Signing Request. All this was already working with my implementation before.
Smartphone (please complete the following information):
Code used
Add this to the Application class:
and initialize the variables in the Application onCreate:
After this, wherever you need to get the link use:
connectionUri is a LiveData that triggers the opening of the Link, allowing to select the wallet in the last two cases, whereas case 1 opens metamask directly.
to be added after bug submission by internal support / PM Severity