apple-app-site-association

iOS - Link from web browser opens an app in iOS app although it should be redirected to web browser

微笑、不失礼 提交于 2021-02-11 14:31:03
问题 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

iOS - Link from web browser opens an app in iOS app although it should be redirected to web browser

放肆的年华 提交于 2021-02-11 14:28:10
问题 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