Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Market/Google Play URL

How do I find my application's market URL on the Android Market/Google Play?

like image 681
user434885 Avatar asked Sep 08 '10 15:09

user434885


People also ask

How do I find Android app URL?

It is straightforward to get the package name of an Android app: Go to the Play store, find the app and view its page. Copy the URL from the browser address bar. Make a note of this as the "Android Fallback URL."

Is Android Market the same as Google Play?

Google Play, formerly known as Android Market, is the official distribution storefront for Android applications and other digital media, such a music, movies and books, from Google. It is available on mobile devices and tablets that run the Android operating system (OS), supported Chrome OS devices and on the web.


3 Answers

The Market URL is formatted like this:

market://details?id=com.example.your.package
like image 163
Blumer Avatar answered Oct 06 '22 18:10

Blumer


With the recent market website updates, the following will work both on the device and from non-android web browsers:

https://market.android.com/details?id=com.example.your.package

However, on the device, this URL will prompt the user whether they want to open the Market app or a Browser.

like image 9
Anm Avatar answered Oct 06 '22 20:10

Anm


After the recent brand change, the url now is:

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

like image 7
Sunkas Avatar answered Oct 06 '22 19:10

Sunkas