Build APK + AAB

Free browser tool · no signup · nothing uploaded

Play Store link QR code generator

Paste your Play Store URL (or any link), style the code and frame, add a caption such as "Get it on Google Play", and download at print resolution. Encoded to ISO/IEC 18004 with medium error correction so a centre logo still scans.

📲

Enter URL below

Scan to Download

💡 Drag text to move, double-click to edit, click to select

🔗 Link Type
✏️ Text
📲 QR Style
🎨 Frame Background
📐 Export Size

The URL to encode

The canonical listing link is https://play.google.com/store/apps/details?id=YOUR.PACKAGE.NAME. Two refinements worth making before you print anything:

Add an install referrer for attribution

Google Play passes a referrer parameter through to the installed app, and Play Console's acquisition reports break installs down by it. Append UTM-style values:

https://play.google.com/store/apps/details?id=com.example.app&referrer=utm_source%3Dqr%26utm_medium%3Dcounter%26utm_campaign%3Dlaunch

Note the referrer value is itself URL-encoded (%3D for =, %26 for &). Use a different utm_medium per placement — counter, receipt, packaging, poster — and you will know which one drives installs.

Or point at a redirect you control

https://yoursite.com/app → 302 to the Play link (and, later, to an iOS link for Apple devices if you ever ship one). Printed material outlives campaigns; a redirect lets you change the destination without reprinting. It also produces a shorter URL, so a sparser, more scannable code.

Scannability

Print sizes

PlacementMinimum sizeExport
Receipt, business card, packaging label20 mm1080 px
Counter card, menu, flyer30–40 mm1080 px
Poster / window (1–2 m away)10 cm or more4K
Vehicle / banner (5 m)50 cm4K, vector recreation recommended

Rule of thumb: one tenth of the scanning distance. Always print a proof and test with two phones before a production run.

Caption and badge

Pair the code with the official Get it on Google Play badge where space allows — Google's badge guidelines require the badge unaltered, at least 40 px high, with clear space around it, and used only to link to your listing. The caption in the frame can say "Scan to install" or "Get the app"; avoid claims about the app ("the #1 bakery app") which fall under the same metadata rules as the listing.

Before September 2026 this tool drew a decorative pattern that only resembled a QR code and did not encode the link. Codes generated earlier should be regenerated.

Frequently asked questions

Does the Play Store link work on iPhone?

It opens the Play web page, which is a dead end for iOS users. If you have iPhone customers, point the code at a redirect on your own domain that sends each platform to the right place.

What error-correction level does the tool use?

M (about 15% recoverable). It is the standard trade-off between logo space and code density.

Can I encode the referrer without URL-encoding it?

Google requires the referrer value to be URL-encoded; unencoded ampersands split your parameters. Copy the pattern above.