How to modify the URL of my app in google play [closed]

0

I would like to have a shorter url of my app, which is in google play, but I do not know how to change it, someone knows how to modify the URL. thanks

    
asked by alejandro carranza 13.11.2018 в 06:31
source

1 answer

-1

The url of the application is created based on how the app is registered at the time of programming, which would be

com. {name of the company that created it}. {name of the app}

link

You can see this in the AndroidManifest.xml file

If you need to make the link smaller for example to include it in an SMS or for people to type it faster you can use a shortening service such as link

    
answered by 13.11.2018 / 15:29
source