Sankasaurus

Just another tech blog – ranting since 2006

Android Market links

For those of you like me that have totally missed the Publishing page, here is how to create a link to your Android application in the Android Market:

market://details?id=<packagename>

OR

http://market.android.com/details?id=<packagename>

So for Remembory, I have this:

market://details?id=com.gbott.remembory

The “old” way was to link to the search page by using this:

market://search?q=pname:<package>

…but the details page method saves the user a click, or a tough decision when there are two applications both called Remembory.

Comments