Please view the above image. I am using the Firebase App Indexing test for my Android app. I have followed the official App Indexing tutorial, but still, I am getting this error.
Things I have done:
- Implemented Firebase App Indexing API in project. (I can see logs, this is working fine.)
- Updated assetlinks,json file in .wellknown directory. (3 days ago)
- Enabled Deep Linking in app (Working fine)
Please suggest what can be the possible reason or if I am missing something.
Some questions:
Your assetlinks.json file -- is it available on https ? Per https://firebase.google.com/docs/app-indexing/android/public-content
Have you checked your AndroidManifest.xml to see if the links are correctly set up?
Are you running on a device, and not the emulator?