Hi everyone,
I’m trying to launch an App Clip for my app, and I’ve been stuck trying to debug why the App Clip won’t launch in production, despite everything seemingly being set up correctly.
My setup:
Main app bundle ID: com.release.cosa
App Clip bundle ID in Xcode: com.release.cosa.appclip
In App Store Connect, the App Clip is listed as: com.release.cosa.appclip
My AASA file (served with correct headers from my domain):
{
"appclips": {
"apps": ["com.release.cosa.appclip"]
}
}
App Clip target and entitlements are properly set in Xcode
What works:
App Clip launches via local testing in Xcode (Simulator and physical device)
App Clip works when triggered manually from Safari (while debugging)
What doesn’t work:
NFC tag or Universal Link from the real world does not trigger the App Clip
On device, nothing happens – not even a fallback to Safari
No errors shown to user
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
Tags:
App Clips
App Store
App Store Connect
Core NFC