Ios universal link not opening app from safari

I am trying to open the app from the safari , so I have done the universal link setup . When I try to open the app from mail link it was working . When I try it from the safari it is opening the website and then the banner appears to open the app .

Code Block
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<p><a href="https://www.path.com/Account/Login.aspx?ReturnUrl=Moet" >Instant Impact</a></p>
</body>
</html>
{
"applinks": {
"apps": [],
"details": [
{
"appID": "ZZZZZZ.com.***.yyy",
"paths": ["/*"]
}
]
}
}



https://stackoverflow.com/questions/63736863/universal-link-from-safari-not-taking
Ios universal link not opening app from safari
 
 
Q