Free app store QR code generator
One QR, two stores. The app-store designer takes your iOS App Store link, Google Play link, and an optional web fallback, and encodes a smart-routing URL: when a phone scans it, the destination chooses the right store automatically based on the user-agent. iPhones go to the App Store, Android phones to Play, and desktop browsers to the web fallback.
Why not just paste your App Store URL? Half your traffic ends up at "this app isn't available on your device" — a wasted scan and a lost install. The smart-route is the universal pattern adopted by major app launches and mobile-first product teams.
The encoded URL is hosted on QR2R's redirect worker (free static tier) — no third-party redirector, no surprise rebrand, no rate limits. If you'd rather host the redirect yourself, copy the JS pattern from our docs into your own worker.
- Auto-routes iOS, Android, desktop based on user-agent.
- Optional web fallback — your marketing page when the user is on desktop.
- No third-party redirector, no ad-injected interstitials.
- Works as deep-links if you provide store URLs with the right packageName/bundleId.
App Store QR — frequently asked questions
How does one QR open both App Store and Play Store?
The QR encodes a routing URL on our redirect worker. The worker reads the user-agent and serves a 302 to the matching store — App Store for iOS, Play Store for Android, web fallback for desktop.Do I need a paid plan?
No — the redirect runs on our free static tier. The smart-route URL is permanent and unconditional.Can I deep-link into a specific app screen?
Yes — for iOS, use the deep-link URL the App Store offers (apps.apple.com/...?ref=...). For Android, paste the play.google.com URL with referrer params. The QR carries them through.Why not use my App Store URL directly?
iOS App Store URLs do not work on Android phones — the user gets an error. Android Play URLs partially work on iOS but are confusing. The smart-route resolves both.Will it work if the user is on a Mac or PC?
Yes — desktop user-agents fall through to the web fallback (your marketing page). If you don't set a web fallback, desktop sees a "open on your phone" page.How do I track installs from the QR?
Add UTM parameters or App Store Connect campaign tags to your store URLs. Both stores honour the most common attribution flags.What if my app isn't on iOS yet?
Leave the App Store field blank — iPhone scans land on the web fallback instead. Most teams use the marketing page with a "iOS coming soon" banner.
Design your App Store QR
App Store QR examples
Both stores live
Standard launch — iOS and Android both shipping.
iOS: apple.com/app · Android: play.google.com/store/apps · Web: example.com
iOS-only beta
Drop the Android URL, web fallback covers everyone else.
iOS: apps.apple.com/app/abc · Web: yoursite.com/wait
Print campaign
On magazines and out-of-home — works on any device.
iOS, Android, Web all set — auto-routes by device.