I am planning to do app indexing and deep linking for my app. To link my website with the app, is the site required to be an HTTPS site?
In official Android documentation, it is mentioned that we need to have digital Asset JSON file in the website.
https://domain[:optional_port]/.well-known/assetlinks.json
Text from documentation:
The system verifies the JSON file via the encrypted HTTPS protocol. Make sure that your hosted file is accessible over an HTTPS connection, regardless of whether your app's intent filter includes https.