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

URL scheme isn't functional #506

Closed
1 task done
timonus opened this issue Jun 22, 2023 · 5 comments · Fixed by #645
Closed
1 task done

URL scheme isn't functional #506

timonus opened this issue Jun 22, 2023 · 5 comments · Fixed by #645
Assignees
Labels
bug Something isn't working

Comments

@timonus
Copy link
Contributor

timonus commented Jun 22, 2023

Guidelines

  • I have searched the issue tracker and I haven't found bug report like this

Current Behavior

The "Share to Yattee" extension and Shortcut both reference the yattee:// URL scheme, but neither actually works.

Expected Behavior

You must implement the app delegate or scene delegate methods to handle URLs received by your app.

Device & OS Version

iPhone 14 Pro

App Build

iOS 16

App Settings

No response

Crash log

No response

Screenshots, Videos and other files

No response

@timonus timonus added the bug Something isn't working label Jun 22, 2023
@timonus
Copy link
Contributor Author

timonus commented Jun 22, 2023

Note: once this does work I can integrate it into Opener. I've gotten a lot of support requests to add Yattee 😄

@arekf
Copy link
Contributor

arekf commented Nov 4, 2023

Hey, not sure if this was a bug in previous builds, but I just tested and the urls formed like this open fine for me

yattee://https://www.youtube.com/watch?v=lNsl1RhCPyQ
yattee://www.youtube.com/watch?v=lNsl1RhCPyQ
yattee://watch?v=lNsl1RhCPyQ

Let me know if there's still some problem I am not aware of

@stonerl
Copy link
Collaborator

stonerl commented Apr 25, 2024

@timonus Does this still happen with the latest build (181)?

I also tested it and it works.

@timonus
Copy link
Contributor Author

timonus commented Apr 25, 2024

@stonerl @arekf nope, still not working. Here's what I see:

trim.DC0AA2A1-5190-4800-B263-005041875EA0.MOV

Y'all don't implement the app delegate method for handling these links afaict. Might put up a PR to add it if I can.

@timonus
Copy link
Contributor Author

timonus commented Apr 25, 2024

@arekf @stonerl I think this should do it but didn't take the full time to get a build working on device #645.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants