Deep links do not work on Android

Hi all,

Universal links on iOS work well.
I have an issue with Android.
Please see assetlinks and intentFilters.
I will appreciate any help.

assetlinks - Our Country Our Vote

"intentFilters": [
        {
          "action": "VIEW",
          "autoVerify": true,
          "data": {
            "scheme": "https",
            "host": "*.ocov.us"
          },
          "category": [
            "BROWSABLE",
            "DEFAULT"
          ]
      }
]

SDK Version: 35.0.0
Platforms(Android/iOS/web/all): Android

Hi! I’ve recently tested this and seems to be working right for me, so please make sure to double-check the deep linking documentation. If you still can’t get it to work, please share a way to repro the behavior :smile:

1 Like

@charliecruzan thank you for the response. I’ve checked the documentation and all is done as recommended. I can add you as a tester to the beta release and you can install the app, and reproduce the issue. Can you please share your email. You can send me here v.stokol@gmail.com

Hi @systruk - it would be best if you can provide a minimal reproducible example, rather than sharing your entire app.

Of course, if you do need someone to help consult on your implementation of your entire app, we have a bunch of trusted consultants whom we recommend.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.