An App Clip is a lightweight version of an iOS app — limited to 10MB — that launches instantly from QR codes, NFC tags, web links, App Clip codes (Apple's proprietary visual identifier), or specific App-Clip-enabled URLs. The user experiences the app's core flow without going through the App Store install process. Useful for one-off interactions: paying at a parking meter, viewing a restaurant menu, joining a one-time event, completing a quick transaction.
How App Clips trigger
- QR codes with App Clip URLs — most common consumer-facing trigger.
- NFC tags (Near-Field Communication) — tap your iPhone on a tag.
- App Clip Codes — Apple's proprietary visual identifier (combination of QR-like code with branded styling).
- Web links with Smart App Banners or Universal Links configured for App Clip.
- Maps — Apple Maps surfaces App Clips for relevant business locations.
- Messages — App Clip links shared in iMessage launch the App Clip directly.
- Safari — banner / link in Safari can launch App Clip.
The user sees a system card showing app icon + brief description + "Open" button. Tapping opens the App Clip; it launches within ~1-2 seconds, much faster than the App Store install flow.
Where App Clips deliver real value
- One-off transactions — parking meters, vending machines, kiosk payments. Lower friction than "install this app to pay $2".
- Event-specific — concert ticket access, conference badging, event-specific photo sharing.
- Restaurant / hospitality — menu viewing, order placement, table booking.
- Retail showrooming — product try-on, in-store experience.
- Quick utility — weather, transit, brief content consumption.
- Onboarding to full apps — let users experience your app's core value before deciding to install.
Conversion to full app install: typical App Clip → full install conversion is 30-60% when the App Clip provides a meaningful preview of the full app's value. This is dramatically higher than cold-install conversion from a web landing page (1-5%) because the user has already used the app. App Clip strategy works best as a "try before installing" hook for apps with strong daily-use value propositions.
Implementation considerations
- Single binary — App Clip is a target within your main app's Xcode project, sharing code. Manageable engineering cost for apps already on iOS.
- No StoreKit IAP in App Clips for purchases (but Apple Pay works) — limits monetization within the App Clip.
- Limited APIs — some iOS APIs unavailable (background tasks, full notification access, certain frameworks). Design within constraints.
- Discovery is the hard part — physical QR / NFC placement is the primary trigger; building habit isn't possible since the App Clip is ephemeral.
- Google Play equivalent: Instant Apps. Similar concept, similar constraints, less adoption.
App Clip vs full install vs web landing
| Path | Friction | Conversion to engaged use |
|---|---|---|
| App Clip | Instant (≤10MB, ~1-2s launch) | 30-60% → full install |
| Full App Store install | Download + open | Baseline |
| Web landing page | No app, but full re-acquisition needed | 1-5% cold install |
App Clips beat web landing pages on conversion because the user already experienced the app — best as a "try before installing" hook for daily-use apps. Google Play's equivalent is Instant Apps.