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?
Hi @Liam-Shopify, thank you for your reply and sorry for my late response.
So I would like to configure a AASA file.
I know there’s one our website (thebradery.com) as, this [AASA validator] (AASA Validator | Branch) says. Though, I don’t know how to modify it?
I hope I explained it clearly
If all you need to do is add the file to the store then you could use the fileCreate
mutation to upload a file to the content > files section of the store admin. This would generate a url like: https://cdn.shopify.com/s/files/1/1234/3474/4406/files/name_of_file.jpeg
. (You can also upload files to this area simply from the store admin.