Deeplinking/universal links. #426
-
I am trying to get linking set up to function in our app. Is there a guide on what is handled by core and what we need to do on our own to get this set up and working? @redreceipt or @conrad-vanl |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
this is a good starting point, likely we need to add to these docs: https://github.com/ApollosProject/apollos-templates/blob/master/UNIVERSAL_LINKS.md Essentially the server is already set up for it and the app template has the server URL listed in the associated domains. what you want is to ping the /.well-known/apple-app-site-association endpoint and get back the JSON that Apple needs. Filling out the variables in the doc should get that for you. |
Beta Was this translation helpful? Give feedback.
-
@camrun91 is this resolved? |
Beta Was this translation helpful? Give feedback.
this is a good starting point, likely we need to add to these docs:
https://github.com/ApollosProject/apollos-templates/blob/master/UNIVERSAL_LINKS.md
Essentially the server is already set up for it and the app template has the server URL listed in the associated domains. what you want is to ping the /.well-known/apple-app-site-association endpoint and get back the JSON that Apple needs. Filling out the variables in the doc should get that for you.