Deep links support #42

Open
opened 2025-10-31 17:04:24 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @shreyas1599 on GitHub (Apr 15, 2020).

We need to be able to open external links with the app.

Originally created by @shreyas1599 on GitHub (Apr 15, 2020). We need to be able to open external links with the app.
GiteaMirror added the enhancement label 2025-10-31 17:04:24 -05:00
Author
Owner

@shreyas1599 commented on GitHub (Jun 19, 2021):

hi @pd4d10 I managed to get it working(only github links). But stuck on something. Suppose the current account is gitlab, the link wont load. I'm thinking of going through all the accounts, find the first account that is a github account and setActiveAccount to that and then push the deep link screen. I don't know whether this is a good way to do this. Another way is to store one account each for each platform and then load that account when clicking on a deep link. Not sure if this is also good. Do you have any suggestions or would it be better for me to open a WIP and you to test it on your local?

@shreyas1599 commented on GitHub (Jun 19, 2021): hi @pd4d10 I managed to get it working(only github links). But stuck on something. Suppose the current account is gitlab, the link wont load. I'm thinking of going through all the accounts, find the first account that is a github account and `setActiveAccount` to that and then push the deep link screen. I don't know whether this is a good way to do this. Another way is to store one account each for each platform and then load that account when clicking on a deep link. Not sure if this is also good. Do you have any suggestions or would it be better for me to open a WIP and you to test it on your local?
Author
Owner

@shreyas1599 commented on GitHub (Jun 20, 2021):

Also I don't think it's possible to do for iOS. I made it work only on android. For iOS the website needs to host a file to allow it to redirect to the app. See https://developer.apple.com/documentation/xcode/supporting-associated-domains

@shreyas1599 commented on GitHub (Jun 20, 2021): Also I don't think it's possible to do for iOS. I made it work only on android. For iOS the website needs to host a file to allow it to redirect to the app. See https://developer.apple.com/documentation/xcode/supporting-associated-domains
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/git-touch#42