iOS & Android universal links

Hello,

Our website is built using liquid. We also have an app which is built using React-Native.

I would like to use universal links along deeplinks which already work (https://**** & *://) to redirect users who have our app installed.

I found this doc which seems to be about what I want. But that’s it.

From my previous knowledge, you have to configure a file in your website files directory. How should this be done (graphql mutations?). Am I missing something?

Hey,

Can you explain this a bit more:

you have to configure a file in your website files directory

You can add a file to a themes /asset directory, which can then be accessed via Liquid with the asset_url filter - is that what you’re trying to do?