I really need help guys:/ All works when testing, but not on production:/
Main app and its app clip is released.
Here is the app: https://apps.apple.com/pl/app/ar-city-your-ar-experience/id6745802339
Here is the associated apple-app-site-association: https://arcity.ai/.well-known/apple-app-site-association and its content:
HTTP/2 200
accept-ranges: bytes
access-control-allow-origin: *
age: 0
cache-control: public,max-age=86400
cache-status: "Netlify Edge"; fwd=miss
content-type: application/json
date: Wed, 28 May 2025 14:35:03 GMT
etag: "59e807a4581e56f56ed0029251edda98-ssl"
server: Netlify
strict-transport-security: max-age=31536000
x-content-type-options: nosniff
x-nf-request-id: 01JWBN2WHPEK443GB2VTZEWDGW
content-length: 677
{
"applinks": {
"details": [
{
"appIDs": ["TANE496532.com.arcity.app"],
"components": [
{
"#": "no_universal_links",
"exclude": true,
"comment": "Exclude links with this fragment."
},
{
"/": "/ar/*",
"comment": "Matches any path under /ar/ for AR experiences."
},
{
"/": "/",
"comment": "Match root path with optional query parameters."
}
]
}
]
},
"webcredentials": {
"apps": ["TANE496532.com.arcity.app"]
},
"appclips": {
"apps": ["TANE496532.com.arcity.app.clip"]
}
}%
Here are metadata:
Domain status:
I added (obviously) default app clip experience, but also advanced app clip (which should be not needed as on iOS >16.4 default one should supports QR code scanning):
When I check on my device under Settings -> Developer -> APP CLIPS TESTING -> check for "https://arcity.ai" I can see (that worries me:/):
Launching app clip from smart banners works (you can check that by opening arcity.ai on your device), but scanning QR codes (with system camera) don't:/ It just opens Safari.
Any thought appreciated.