Questions tagged [deep-linking]

In the World Wide Web, deep linking is the usage of a hyperlink that is expressed as an absolute URL (i.e. http://example.com/path/page), vs. a relative one (i.e. /path/page). Deep links to other websites can be desired or not by the site the link points to.

In the World Wide Web, deep linking is the usage of a hyperlink that is expressed as an absolute URL (i.e. http://example.com/path/page), vs. a relative one (i.e. /path/page). Deep links to other websites can be desired or not by the site the link points to.

3278 questions
25
votes
2 answers

Android deep linking schema: match both http and https

I want my app to open on http://www.example.com and https://www.example.com. This works:
fweigl
  • 21,278
  • 20
  • 114
  • 205
24
votes
0 answers

AppLinks assetlinks.json appears not to be used for validation

I'm implementing app links on Android. Our server team have hosted assetlinks.json on our dev end point /.well-known/assetlinks.json. In my apps manifest, I've written the intent filter as per the official documentation like so: