ldakhoa / GistHub

The iOS app for GitHub Gist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open app from link

Zeluok opened this issue · comments

The github app opens automatically when loading a guthub.com link. Can gisthub do this as well for gists?

Hi, the GitHub app uses Universal Link to automatically open iOS App.

Unfortunately, this requires a file to be uploaded to the website itself to redirect users to the native app, which means GistHub cannot do it unless GitHub add our App to the https://github.com/apple-app-site-association 😄

For the further plan, we might using JS Actions to attach Safari shortcut or integrate with https://www.opener.link, or use the redirect URL, for example gisthub.com/<username>/gist_id to open it by our app