Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Create QR code to app in market [closed]

Tags:

android

How can I create a QR code to my app in the Android Market?

like image 490
LuxuryMode Avatar asked Jan 21 '11 05:01

LuxuryMode


2 Answers

What is really happening when you scan a qr code and it takes you to the android market is that the qr code just represents a url and the default android browser is opening and then recognizing the url as a market link and forwarding you to the market app.

You should be able to use a site like :

http://qrcode.kaywa.com/

To build a qrcode for you. I am not affiliated with that site. You apps android market url will be in the format

http://market.android.com/search?q=pname:<insert your AndroidManifest package here>
like image 168
Nick Campion Avatar answered Oct 01 '22 11:10

Nick Campion


Go to a place like http://qrcode.kaywa.com/ and enter your market url. For instance: market://details?id=com.company.product

like image 36
dhaag23 Avatar answered Oct 01 '22 11:10

dhaag23