Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deep link URL scheme integration #466

Open
palaandrew opened this issue Oct 29, 2023 · 2 comments
Open

Deep link URL scheme integration #466

palaandrew opened this issue Oct 29, 2023 · 2 comments

Comments

@palaandrew
Copy link

Documentation or inclusion of the deep link URL scheme for website URL linking to the app would benefit navigation to the app.

I tried to find it, but couldn't seem to get it to work via HTML/JS using 'jellyfin://'. Providing this deep link URL scheme can help in integrating the app with websites and other platforms.

@anthonylavado
Copy link
Member

It currently does not have a deep link. I'm not sure if we can set one with Expo? I still need to look into building in Xcode without their managed service.

This may be possible/easier to do in the Swiftfin app though.

@Cyberbeni
Copy link

It is possible to configure url schemes in app.json: https://docs.expo.dev/guides/linking/#linking-to-your-app

The app's bundle identifier is automatically registered as a URL scheme, so you can use org.jellyfin.expo:// @palaandrew

I would prefer having the jellyfin:// url scheme because opening a universal link from the browser defaults to just opening that link in the browser, only opening the link in a different app redirects instantly to Jellyfin. (But also having universal link support wouldn't hurt.)

There is a related issue for this for the Android client too: jellyfin/jellyfin-android#903

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants