Hi,
Curious to know why I can't wget https://redacted.com/.well-known/assetlinks.json
and yet, having configured it both on the webserver, and in Android's MainActivity
, that deep-linking in the app actually works when clicking on the deep link we've registered.
I'd have thought that if the app can get the assetlinks.json
file, that wget
would be able to get it as well.
Any ideas?
I want to understand this so that we don't get any production issues.
Kind regards,
Anthony