iOS - Link from web browser opens an app in iOS app although it should be redirected to web browser
问题 There is an iOS app. There is a link on a web: <a href="https://somedomain.com/forgotPassword?key=<some_hash>" In iOS app, there is an apple-app-site-association file with config { "applinks": { "apps": [], "details": [ { "appID": "....", "paths": ["NOT /forgotPassword", "*"] }, { "appID": "....", "paths": ["NOT /forgotPassword", "*"] } ] } } but the redirection happens from that link on a web to the iOS app, although this is in configuration: "NOT /forgotPassword" and redirection to iOS app