How to create a QR code for app downloads (App Store and Google Play)

An app download QR code lets people scan with their phone and go straight to your app's listing on the App Store or Google Play — one scan to install. You can create one for free at oneclickqrcode.com.

Why use a QR code for app downloads

Getting someone to download your app has too many steps: they have to open the App Store, search for your app name, find the right one among similar results, and tap Install. A QR code cuts through all of that:

  • Skip the search — the QR code links directly to your app listing. No searching, no scrolling through lookalike apps
  • Works from print — posters, flyers, business cards, product packaging, receipts, and billboards can all become instant download points. You can't click a printed URL, but you can scan a QR code
  • Reduces friction — every extra step between "I want this app" and "I'm installing it" loses users. A QR code reduces it to one action: scan
  • Trackable — with UTM parameters or URL shorteners, you can measure how many downloads came from each QR code placement. See our guide on tracking QR code scans
  • Works in person — at trade shows, events, retail stores, and conferences, you can get people to install your app in real time while they're interested, rather than hoping they remember to search for it later

The platform problem: App Store vs Google Play

Here's the challenge: iPhone users need an App Store link, and Android users need a Google Play link. A QR code encodes one URL — so which one do you use?

Option 1: Two separate QR codes

Create two QR codes, one for each store. Print them side by side with the Apple and Google Play logos.

Pros: Simple, clear, no redirect needed. Cons: Takes up more space, looks cluttered, users have to think about which one to scan.

Option 2: One QR code with a smart link

Use a service that detects the user's device and redirects to the correct store automatically. When an iPhone user scans, they go to the App Store. When an Android user scans, they go to Google Play.

Services that do this:

  • onelink.to — free, creates a single URL that redirects by device
  • Branch.io — more advanced, includes attribution and analytics
  • Firebase Dynamic Links (if you're already using Firebase)
  • Your own website — create a page like yourapp.com/download that detects the device and redirects (or shows both buttons)

Pros: One QR code, automatic routing, cleaner design. Cons: Adds a redirect step (slightly slower), depends on a third-party service.

Option 3: Link to your website

Create a QR code pointing to a download page on your website (e.g., yourapp.com/download) that has both App Store and Google Play buttons. The user scans, lands on the page, and taps the right button.

Pros: You control the page, can add branding and messaging, works even if the user is on a desktop. Cons: Extra step — the user has to tap a button after scanning instead of going straight to the store.

Which option to choose?

  • Two QR codes if you have the space (posters, large flyers)
  • Smart link if space is tight and you want the cleanest experience (business cards, packaging)
  • Website landing page if you want to add context, screenshots, or other content alongside the download buttons

How to get your app store links

App Store (iOS)

  1. Go to your app's page on the App Store (in a browser or on your phone)
  2. The URL format is: https://apps.apple.com/app/your-app-name/id123456789
  3. Copy this URL

Google Play (Android)

  1. Go to your app's page on Google Play (in a browser or on your phone)
  2. The URL format is: https://play.google.com/store/apps/details?id=com.yourcompany.yourapp
  3. Copy this URL

Smart link

If using a smart link service, create the link first, then use that URL for the QR code.

How to create the QR code

1. Go to oneclickqrcode.com

Open oneclickqrcode.com in any browser. No account needed.

2. Paste your link

The default QR type is Link. Paste your app store URL, smart link, or website download page URL. The QR code appears instantly.

3. Brand it

Make the QR code match your app's brand:

  • Foreground color — use your app's primary color
  • Logo — add your app icon to the center of the QR code. This instantly communicates what the code is for
  • Dot style — pick something that matches your app's design language

Adding your app icon to the center is especially effective — when someone sees a QR code with a recognizable app icon, they immediately understand what it does. For tips on adding logos, see our guide on adding a logo to a QR code.

4. Download

  • PNG at 1024px for flyers, business cards, and small print
  • SVG for large format printing, billboards, or professional design
  • PNG at 2048px for high-quality packaging

Where to put your app download QR code

Product packaging

If your app is a companion to a physical product (smart home device, fitness tracker, food service), print the QR code on the packaging. The customer opens the box and scans to install the app. See our guide on QR codes for product packaging.

Receipts and checkout

Retail stores and restaurants can print the QR code on receipts, encouraging customers to download the app for loyalty points, order tracking, or future orders.

In-store signage

A poster or counter display near the register: "Download our app — scan here." Customers waiting in line have nothing to do — give them something to scan.

Event booths and trade shows

At a conference or expo, a banner or table display with a large QR code lets visitors download your app while talking to your team. It's far more effective than handing out a business card and hoping they remember.

Print advertising

Magazine ads, newspaper inserts, direct mail — any print ad can include a QR code. It's the only clickable element in print media.

Business cards

If your product IS the app, your business card QR code should link to the download page rather than your website.

Billboards and outdoor advertising

Large QR codes on billboards work when people are stopped (at a bus stop, in traffic, waiting in a plaza). The QR code needs to be big enough to scan from several meters away. See our QR code size guide for outdoor sizing.

Design tips

Always show the store badges

Even with a QR code, include the official "Download on the App Store" and "Get it on Google Play" badges. They're universally recognized and signal exactly what the QR code does.

Add a clear call to action

  • "Scan to download"
  • "Get the app — scan here"
  • "Download free — scan the code"

Show a phone mockup

If space allows (posters, flyers), include a screenshot of your app next to the QR code. This gives people a preview of what they're downloading and increases interest.

Size recommendations

PlacementMinimum QR size
Business card1.5 × 1.5 cm
Flyer or receipt2.5 × 2.5 cm
Poster or counter display5 × 5 cm
Banner or large sign10 × 10 cm
Billboard30 × 30 cm+

Tracking downloads from QR codes

To know how many app installs came from your QR codes:

UTM parameters

Add UTM parameters to your landing page URL:

https://yourapp.com/download?utm_source=qr&utm_medium=flyer&utm_campaign=launch

This tracks visits to your download page (though not the actual install on the store).

App Store and Google Play campaign tracking

Both stores support campaign tracking:

  • App Store — add a pt, ct, and mt parameter to your App Store URL
  • Google Play — add a referrer parameter to your Play Store URL

These parameters appear in your App Store Connect or Google Play Console analytics, letting you see installs attributed to each campaign.

Smart link analytics

If you're using a smart link service like Branch or onelink.to, they provide their own analytics dashboard showing clicks, installs, and device breakdown.

For a full guide on tracking, see our article on how to track QR code scans.

FAQ

Can one QR code work for both iPhone and Android?

Not directly — a single URL can only point to one store. Use a smart link service (like onelink.to) that detects the device and redirects automatically, or link to a download page on your website with both store buttons.

What if the user doesn't have the App Store or Google Play?

Virtually all iPhones have the App Store and all Android phones have Google Play. The rare exceptions (sideloaded or regional Android devices without Google Play) would need an APK or alternative store link, which is outside the scope of a standard QR code.

Should I link to the app store or my website?

If your goal is maximum installs with minimum friction, link directly to the store (or use a smart link). If you want to provide context, screenshots, reviews, or pricing info before the download, link to your website.

Does the QR code expire?

No. The QR code is a static image encoding a URL. It works as long as the URL is valid. If you remove your app from the store, the link will show an error — but the QR code itself doesn't expire.

Can I track exactly how many installs came from the QR code?

With campaign tracking parameters (available in both App Store Connect and Google Play Console), you can see installs attributed to specific campaigns. Smart link services like Branch provide even more detailed attribution.


Create your app download QR code free at oneclickqrcode.com — paste your app store link, add your app icon, and download. No sign-up needed.

Teemu
Teemu

Founder of oneclickqrcode.com

Ready to create your QR code?

Free, private, no sign-up. Customize colors, styles, and download in high resolution.

Create a QR code

More articles

How to track QR code scans (measure what's working)

Learn how to track QR code scans using UTM parameters and URL shorteners. Measure scan counts, locations, and devices for free.

How to create a QR code for a Google Maps location

Create a free QR code that opens a Google Maps location when scanned. Perfect for event invitations, business cards, and storefronts.

How to use QR codes on product packaging (with examples)

Add QR codes to your product packaging to share instructions, ingredients, reviews, and more. Free guide with design tips and placement ideas.

How to use QR codes in education (teachers and schools)

Practical ways to use QR codes in classrooms, schools, and universities. Share resources, assignments, and videos with a simple scan.

QR codes for small businesses: a practical guide

How small businesses use QR codes to share Wi-Fi, menus, contact info, and more. Free to create at oneclickqrcode.com — no account, no watermarks.

How to customize QR code colors and styles (free guide)

Change QR code colors, dot styles, corner styles, and add a logo — all free at oneclickqrcode.com. No sign-up. Full guide with tips to avoid common mistakes.

QR codes for event tickets and invitations

Use a QR code to share event info instantly — link to tickets, RSVP forms, or event pages. Free generator, no sign-up, no watermarks.

Static vs dynamic QR codes: what's the difference?

Static QR codes encode data directly. Dynamic ones redirect through a server. Here's how they differ and when each type makes sense.

How to create a QR code for your social media profiles

Create a free QR code for any social media profile in seconds. No sign-up, no watermarks. Works for Instagram, LinkedIn, TikTok, YouTube, and more.

Free QR code generator: no sign-up, no ads, no catch

Why most QR code generators aren't really free — and how oneclickqrcode.com is different. No accounts, no watermarks, no limits, fully private.

QR code error correction: what it is and why it matters

Understand QR code error correction levels (L, M, Q, H), how they affect scannability, and when to use each. Practical guide with real-world examples.

How to make a QR code for a flyer or poster

Create a scannable QR code for your flyer, poster, or brochure. Covers sizing, placement, printing formats, and design tips for maximum scans.

How to create a QR code for an email address

Create a free QR code that opens a pre-filled email when scanned. Includes subject lines, body text, and practical use cases for business and events.

How to make a QR code for your business card

Create a free QR code for your business card that saves your contact info to any phone. Step-by-step vCard QR code guide with design and printing tips.

QR code size guide: how big should your QR code be?

The complete guide to QR code sizes for printing on business cards, flyers, posters, and banners. Includes minimum sizes, scanning distances, and format recommendations.

How to add a logo to a QR code (free, no sign-up)

Add your brand logo to the center of any QR code in seconds. Free step-by-step guide — no account, no watermarks. Works with PNG, SVG, and more.

How to create a Wi-Fi QR code (so guests connect instantly)

Create a free Wi-Fi QR code that lets guests join your network by scanning — no typing passwords. Step-by-step guide with tips for printing and placement.

PNG vs SVG QR codes: which format should you use?

A clear comparison of PNG and SVG QR code formats. When to use each, how they differ for print and digital, and which gives the best quality.

How to create a QR code for your restaurant menu

Create a free QR code that links to your restaurant's digital menu. Step-by-step guide with tips for placement, printing, and design.