Display App name on the signing message popup metamask

Can’t we use any attribute inside the moralis authenticate function for this purpose? @cryptokid

I don’t think that it is related to authentication. From that print screen it looks like it is even before authentication. From when the wallet is connected.

this is from enable web3… @cryptokid

It looks like it is from when you connect the wallet in first place. You could connect the wallet to a website directly form the wallet application too, at least with MetaMask extension in the browser.

My app is android/ios based so I only want to use the mobile metamask wallet @cryptokid

I don’t know then. You say that you are using wallet connect?

yes, I am using wallet connect

Maybe you will have some localhost reference in you mobile application.

It is a website with wallet connect or a native application?

a native application…

there are options in Moralis.enableWeb3 but they dont work i.e. displayName and appLogo in the enableweb3 options

Did you try both on iOS and android?

You can also try to use walletconnect directly if it works better for you.

yes, i have tried both on android and ios

try to search if there is any string with localhost in your code then

I have also done this and there is no localhost string inside my project

where from could be that localhost then?

The issue is that it shows the variable “L” as heading instead of my app name.

This happens by default when there’s no favicon - it uses the first letter of the URL (in this case it looks like L from your development server).

How can I replace the “L” with my appname and this localhost heading?

You can’t replace the L but if the site has a favicon, it will show there instead. Since this is a mobile app, does it have an icon? Check your manifest, maybe you can set an app URL there as well.

I have the package name inside my android manifest file but there is no tag such as favicon inside the manifest. can you suggest any way to define the favicon from where we can replace the “L” with app logo aur name. I am using angular and ionic capacitor for the project @alex

I am not sure, have you set your app icon? Maybe that will work for it. If you’re using Angular, try setting a favicon.