When the user comes from anywhere to my url, the application is supposed to open the app by using Universal Links. This feature works fine with iOS 14, but not with iOS 13 and 12. This is my association file.
{
"applinks": {
"apps": [],
"details": [
{
"appID": "1234.com.mycompany.myapp",
"paths": [
"/222/Auth/*"
]
}
]
}
}
What's even funnier, is that Safari recognises that the URL is a universal link.
What's going on? Why Universal link behaves differently on iOS 14?