ammarvohra

Results 10 comments of ammarvohra

While I use this one: ``` MoralisUser user = Moralis.Create(); user.email = "username"; user.username = "username"; user.password = "Password"; try { await user.SignUpAsync(); } catch (Exception error) { // Show...

Sure, I'll do it and will update you. Thanks

@skibitsky still no luck of working, even worse, in this version sometimes users are not getting back to the game after connection is successful. They need to comeback to the...

> Could you please describe the exact steps so I could reproduce them? What version of MetaMask do you have? Opened my game -> Clicked on button to connect the...

> I haven't changed anything related to the redirection in the last release; that may be an issue on the MetaMask side. Idk but what I noticed was this that...

User's phone configuration: Brand: Samsung Model: Galaxy S20 5G Android Version: Android 13 Metamask version: 7.21.0 Location: Europe/London Still no luck

> Just to make sure I got it right. This user gets WalletConnectException : No matching key with tag: {tag} when sending wallet_addEthereumChain? No this uesr doesn't get exception as...

Here is the code: ``` public async void OnExternalWalletConnected() { while (!WalletConnect.Instance.IsConnected) await Task.Delay(25); var chainNew = new WalletConnectUnity.Core.Evm.EthereumChain { chainIdHex = "0x" + web3Params.ChainID.ToString("X").ToLower(), blockExplorerUrls = new string[] {...

It is holding us back from doing full rollout and marketing please help us to resolve this. ![WalletConnect](https://github.com/user-attachments/assets/e1f02088-d6bb-4a3b-a7d3-ef72fd44ad1e)