← Back to home

iOS Tips · 9 min read · July 16, 2026

How to Use iPhone Camera Control to Instantly Pull Up Your QR Code (iOS 18 Hidden Trick)

If you own an iPhone 15 Pro, 16, or 16 Pro, iOS 18 hid a networking superpower in plain sight: the Camera Control button can launch any app — including a QR-code deck — with a single press, getting your Instagram or LinkedIn QR in front of someone in roughly 2 seconds flat instead of the usual 8–12 taps buried inside each app. [5] Here is exactly how to set it up, why it works, and how to squeeze every drop of utility out of Apple's newest hardware button.

FeatureCamera Control (iPhone 15 Pro / 16 / 17)Action Button (iPhone 15 Pro+)Lock Screen Shortcut
Hardware locationRight-edge capacitive buttonLeft-edge physical buttonLock Screen customization
Default actionOpens Camera appConfigurable (12 options)Opens chosen app/shortcut
Custom shortcut support✅ Via Shortcuts automation✅ Via Settings → Action Button → Shortcut
Works from Lock Screen✅ (with "Require Screen On" off) [4]
Native app API (iOS 18)AVCaptureEventInteraction [1]N/AN/A
Best for QR decks⭐ Fastest (1 press)✅ Great fallback✅ Good fallback

TL;DR: Reassign Camera Control to a Shortcuts automation that opens your QR-code app, disable "Require Screen On," and your top QR card is one hardware-button press away — even from a locked screen.


What Is Camera Control, and Why Should Networkers Care?

The Button Apple Built for Creators (and Accidentally for Networkers)

Apple introduced Camera Control with the iPhone 16 lineup in September 2024 as a capacitive, touch-sensitive side button designed to give photographers direct access to shutter, zoom, and exposure controls. [2] But the iOS developer community quickly realized its true potential: because the button fires hardware-level events, it can trigger any registered shortcut — not just camera functions. [6]

For networking situations — conferences, meetups, coffee chats, trade-show floors — this is significant. Pulling up your LinkedIn QR code the standard way requires opening the LinkedIn app, tapping your profile photo, tapping the QR icon, and waiting for it to render. That's 4–6 taps and 8–12 seconds on a good day. Camera Control collapses the entire flow into one press.

"The Camera Control provides direct access to your app's camera experience." — Apple Human Interface Guidelines, Camera Control [2]

Which Devices Have Camera Control?

Not every iPhone runs this trick natively. Here's the hardware breakdown as of 2025:

iPhone ModelCamera ControlAction ButtoniOS 18 Support
iPhone 15 Pro / Pro Max
iPhone 16 / Plus
iPhone 16 Pro / Pro Max
iPhone 16e
iPhone 17 / Air

Camera Control ships on every new iPhone model except the iPhone 16e [5], meaning the majority of iPhones sold in 2024–2025 support this trick. iPhone 15 Pro owners should skip to the Action Button fallback section below — the result is nearly identical.

The iOS 18 API That Makes It Work

Under the hood, Camera Control hardware events are surfaced to apps through AVCaptureEventInteraction, an object in Apple's AVKit framework that "registers handlers to respond to capture events from system hardware buttons." [1] Developers at WWDC 2024 were shown how to wire this interaction into their apps — including how to handle events while the device is locked. [3]

This means well-built apps can respond natively to Camera Control at the OS level, without a Shortcuts intermediary. The user experience is a direct, zero-delay jump into the app's most relevant view. For a QR-code deck, that's your highest-priority card, fully rendered and scannable, before the other person even lifts their phone.


How to Remap Camera Control to Your QR App in 3 Steps

Reassigning Camera Control to open a QR-code app takes about 90 seconds. The path uses iOS's built-in Shortcuts automation system, which can run virtually any action — including launching a specific app — when triggered by a hardware button. [6]

Step 1 — Create the Shortcut Automation

  1. Open the Shortcuts app on your iPhone.
  2. Tap the Automation tab at the bottom.
  3. Tap + in the top-right corner.
  4. Scroll down to Camera Control under "Device."
  5. Tap New Blank Automation when prompted for the trigger.
  6. Tap Add Action, then search for Open App.
  7. Select your QR-code app (e.g., Qard) as the target. [6]
  8. Toggle off Ask Before Running so it fires instantly.
  9. Tap Done.

Step 2 — Remove the "Double-Press" Annoyance

Early iOS 18 builds required two Camera Control presses when the screen was off: one to wake the device, one to trigger the action. iOS 18.2 fixed this with a setting toggle. [4]

  1. Open Settings.
  2. Go to Camera → Camera Control.
  3. Disable Require Screen On.

Now a single press from a locked screen wakes the iPhone and fires your shortcut simultaneously — the QR card appears the moment the screen lights up. [4]

Step 3 — Verify the Deep-Link Behavior

Apps that implement AVCaptureEventInteraction natively (registered at the OS level via iOS 18's API) bypass the Shortcuts layer entirely and respond even faster. [1] When Qard detects a Camera Control event, it fires a UIApplicationShortcutItem equivalent that opens the Present view directly — full-screen, gradient background, scannable QR — for your most-used card (sorted by scan count).

If you're using the Shortcuts method instead, the result is functionally identical: the app opens, and if it's coded to remember your last-viewed card or default to your favorite, you'll see your QR in under two seconds.

"Your extension must use AVCaptureEventInteraction to handle events from the system hardware buttons." — Apple WWDC 2024, Build a great Lock Screen camera capture experience [3]


Action Button Fallback for iPhone 15 Pro (and a Better Alternative for All)

Setting Up the Action Button as a QR Shortcut

iPhone 15 Pro and 15 Pro Max owners don't have Camera Control, but the Action Button on the left edge can do the same job via the Shortcut action. [7] The setup path is slightly different:

  1. Open Settings → Action Button.
  2. Swipe through the carousel to Shortcut.
  3. Tap the field below and select your QR app shortcut from the Shortcuts library.
  4. Press the Action Button once to confirm it fires correctly.

For the Controls, Shortcut, and Accessibility actions, Apple requires you to tap the selector below the action and pick a specific option — otherwise the Action Button does nothing. [7] Make sure you've completed that step before testing.

Comparing the Two Methods

MethodSetup TimeSpeedWorks from Lock Screen
Camera Control + Shortcuts Automation~90 sec~1–2 sec✅ (after "Require Screen On" toggle)
Action Button + Shortcut~60 sec~1–2 sec
Native AVCaptureEventInteraction (in-app)Developer-configured<1 sec
Manual app navigation0 setup8–15 secN/A

Both button methods deliver a roughly equivalent real-world experience for the networking use case. The native AVCaptureEventInteraction implementation is measurably faster because it skips the Shortcuts runtime entirely, but requires the app to explicitly register for Camera Control events in its iOS 18 code. [1][3]

Power-User Tip: Use Focus Modes to Auto-Switch Shortcuts

If you attend different types of events — a camera-forward photo conference vs. a professional LinkedIn networking breakfast — you can pair Focus Modes with Shortcuts to automatically swap which QR shortcut fires. Set a "Networking" Focus that activates your LinkedIn-first Qard shortcut, and a "Creator" Focus that activates your Instagram card. The hardware button stays the same; the context drives the destination.

For a deeper breakdown of which platform to lead with at different events, see our guide on Instagram vs. LinkedIn vs. TikTok QR Codes: Which Platform Should You Lead With at a Networking Event?.


Making the Most of Instant QR Access at Events

The 2-Second Handoff, Explained

The networking friction that Camera Control eliminates isn't just about taps — it's about attention. Every second you spend digging through your phone is a second your conversation partner's eye wanders, their phone comes out, or the moment dissolves. Studies on first impressions and attention span in face-to-face networking consistently show that the first 5–7 seconds of an exchange set the tone for recall.

When you pull out your phone and a bright, full-screen QR card appears in under two seconds, you signal preparation and confidence. The other person scans immediately — no fumbling, no "wait let me find it," no trading phones back and forth. For a comprehensive playbook on this exact scenario, check out How to Share Your Instagram, LinkedIn, and WhatsApp QR Codes in Under 2 Seconds at Networking Events.

What Makes a QR Code "Scannable from 3 Feet"

Not all QR codes are created equal for in-person handoffs. The key variables are:

Apps like Qard generate QR codes using Apple's CIFilter.qrCodeGenerator at Quartile correction, then render them with circular modules and rounded finder patterns for a polished, brand-consistent look — details that matter when the code is also serving as a visual business card at a glance.

Beyond QR: Building a Repeatable Networking System

The hardware button trick is one piece of a larger system. The other pieces: knowing which QR to show first (your most-connected platform for that context), having a frictionless way to cycle through your other profiles when someone asks "do you have Instagram too?", and tracking which cards get scanned most so you can optimize over time.

That scan-count data — tallied silently every time someone taps your QR — tells you more about which platforms drive real connection than any follower count. If your LinkedIn gets scanned 40 times at a conference and your Instagram gets scanned 3, you know where to lean. Explore more scenarios in 10 Networking Situations Where a QR Code Beats a Business Card (And What to Put on It).


Camera Control is genuinely one of iOS 18's most underrated productivity features, and reassigning it to a QR-code deck is one of the highest-ROI configuration changes you can make on a networking-focused iPhone. Qard, built natively for iOS 18 with first-class AVCaptureEventInteraction support, is designed specifically for this moment: one press of Camera Control, full-screen branded QR, ready to scan — before the small talk ends.

Sources

  1. AVCaptureEventInteraction | Apple Developer Documentation
  2. Camera Control | Apple Developer Documentation
  3. iOS 18 (&17) new Camera APIs. AVFoundation and PhotoKit frameworks | by YLabZ | Medium
  4. Enhancing your app experience with the Camera Control | Apple Developer Documentation

Keep reading

Ready to see it for yourself?

Back to home →