Help with deep linking on Android

I’m currently stuck trying to implement deep links on Android, using the following docs as a reference https://docs.expo.io/versions/latest/workflow/linking/#universaldeep-links-without-a-custom-scheme

Here’s how I have app.json configured: https://gist.github.com/danprince/22c854566ccf37532727921bb3bb52f4

I’m using expo build:android to create an APK, then downloading and installing/updating that on the phone directly.

The problem is that the intent filter settings don’t seem to be applied at all. When opening links to https://myapp.com or https://staging.myapp.com there is no prompt to open them in the app and they always open in the browser. Is there any way to check that the filters have been correctly registered?

Is there a minimal example app in Expo that implements deep links that I could use as a starting point/reference?

1 Like

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