I can see App Clips banner only when app is installed. But see nothing when isn't installed.
My .well-known/apple-app-site-association file:
"applinks": {
"apps": [],
"details": [
{
"appID": "ABCDEFG.com.mywebsite.MYAPP",
"components": [
{
"/": "/abc",
"comment": "Matches any URL"
}
]
}
]
},
"webcredentials": {
"apps": [ "ABCDEFG.com.mywebsite.MYAPP" ]
},
"appclips": {
"apps": ["ABCDEFG.com.mywebsite.MYAPP.Clip"]
}
}
Associated Domains in the app target and App Clips target are the same: webcredentials, applinks and appclips with my domain: screenshots
On the App Store Connect domain Validated and Advanced App Clip Experiences is created.
Banner on the website:
<meta name="apple-itunes-app" content="app-id=1234567890, app-clip-bundle-id=com.mywebsite.MYAPP.Clip">
But I see App Clips banner only when app is installed. However empty (no any banner) is I delete an app.
Where can be a problem?