Can see App Clips banner only when app is installed

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:

Code Block {
"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.

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">

Where can be a problem?
Answered by matovsky in 698764022

Closed.

Accepted Answer

Closed.

Can see App Clips banner only when app is installed
 
 
Q