I have an Android app whose targetSdkVersion : 30
and App Links are working as expected on my device running Android OS 11, but they are broken (web links don't open the app by default) on another device running Android OS 12 because of these changes. I should go to OS level settings and manually add (see my app screenshot) the links to make them open the app.
There are some apps, for example gmail, that has verified links by default (see gmail screenshot) and I was trying to achieve the same thing for my app as well by following Android docs here. However when I try to review the verification results, I don't see the expected output (see terminal screenshot). I have waited few minutes before reviewing the verification results but nothing yet. May be I'm missing something and I need some help. Thank you.