Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What will my Apps URL be in google play when i publish it?

In my app i will be including a feature where the user uploads information to facebook and asks for help. As part of that upload i want include a link to the google play store so if others see it on their phones etc they may like to download. As part of that i will need to know the google play link before I publish it on Google Play. Is there a predetermined formula for getting the link. I.e play.google.com/store/com.mypackagename.html ?

or will i have to direct it to a webpage of mine that after its been published i use a redirect the user to the google play page?

like image 389
Xeo Avatar asked Jul 22 '13 10:07

Xeo


People also ask

What is my mobile apps URL?

Go to Google Play and search for your app by name. Once you find your app, click on it to be taken to the App Profile. This is where you will see your App download URL.

Why is my published app not showing on Google Play?

If you can't find your app on some Android devices, it's possible that those devices aren't supported or are excluded by your app. Learn how to review your app's device compatibility and excluded devices. Also, make sure that the Android devices you're using are supported for use with Google Play.


1 Answers

Currently, it will be

https://play.google.com/store/apps/details?id=com.yourpackagename

Where com.yourpackagename is your package as defined in your AndroidMainfest.xml

like image 175
Ken Wolf Avatar answered Oct 23 '22 11:10

Ken Wolf