Find package name for Android apps to use Intent to launch Market app from web

Posted by eom on Stack Overflow See other posts from Stack Overflow or by eom
Published on 2010-05-07T14:52:56Z Indexed on 2010/05/25 11:01 UTC
Read the original article Hit count: 329

I'm creating a mobile website that will include a page from which people can download relevant apps that we recommend. I've found instructions for creating the links to launch the Market but this assumes that you are the developer of the app in question and know the exact package name.

Is there any way to get the package name, other than just contacting the developers and asking?

Also, it turns out that those instructions don't really work for creating web hyperlinks. They only give you a URI to reference in a string of Java code in another Android app. Our site is in Drupal, so Java is not going to work.

For the iPhone, I found easy instructions for getting the URL/link style I need from the iTunes store, so I'm looking for info like that.

© Stack Overflow or respective owner

Related posts about android

Related posts about links