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

Can't play sound from "App Group" paths. #836

Open
dcorbin opened this issue Jan 14, 2024 · 0 comments
Open

Can't play sound from "App Group" paths. #836

dcorbin opened this issue Jan 14, 2024 · 0 comments

Comments

@dcorbin
Copy link

dcorbin commented Jan 14, 2024

📋 Description

The API design limits the paths that sound file can be on for IOS. It should allow a full-path to a file. An easy backward-compatible option might be to introduce a BaseFilePath.ROOT.

🎤 Motivation

On IOS, I have extension that is used accept shared .MP3 files with my app. For my extension to write them to access them, I have to use a shared container (both extension and App belong to an App Group). However, as the API does not take a full path, but a filename and a "BasePathType", I don't see how I can play files from this shared container that I can otherwise access.

💡 Alternatives
The only other solution that I can see is that I have to copy all the files from the shared container to the app container which is more complicated and more likely to fail.

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

No branches or pull requests

1 participant