mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-03-09 15:22:37 -05:00
Deep links support #42
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @shreyas1599 on GitHub (Apr 15, 2020).
We need to be able to open external links with the app.
@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
setActiveAccountto 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 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