Why installation in some Android Devices does not set Open by Default Open supported links?

105 views Asked by At

The deep link https://clevelink.github.io/details successfully opens my app in both Galaxy s6 with Android 7, and Samsung a52 with Android 13.

  • assetlinks.json is accessible here: https://clevelink.github.io/.well-known/assetlinks.json
  • Digital Asset Links API discovers and confirms the relationship between my deep link and my App (io.github.clevelink) here
  • Play Console deep links confirms "All links working. Users will go directly to your app"

However when I install my App release in emulator Pixel API 33 Android 33, through flutter run --release, it does NOT include the aforementioned URL and has 0 verified links:

On the other, it is installed and well configured for both Galaxy S6 and Samsung a52, as shown next:

Why installation for some Android Devices does not include the verified links?

This demo App source code is publicly available in https://github.com/fmcarvalho/clevelink

0

There are 0 answers