App Clips
App Clips
Deliver a lightweight part of your app for a focused task, launched from links, NFC, QR, or Maps.
What is an App Clip?
An App Clip is a lightweight part of your app that launches quickly to perform a focused task.
Users discover it via links, NFC, QR codes, or Maps.
Setup Overview
Create an App Clip target, configure invocation URLs and associated domains, and keep the experience small and focused.
- Create an App Clip target in Xcode.
- Configure invocation URLs and associated domains.
- Provide a small size footprint and privacy-friendly flows.
Invocation
Handle invocation parameters (URL/NFC/QR/Maps) to perform the specific task immediately in the Clip.
Example
// Handle invocation URL parameters to perform the task
// Example: myappclip://pay?orderId=123
This example demonstrates how to handle invocation URL parameters to perform a specific task, such as processing a payment.
Tip: Keep App Clip bundles under size limits, avoid heavy dependencies, and focus on the single core action.