使用 UILocalNotification 播放应用程序包中没有的声音

发布于 2024-10-10 17:47:11 字数 387 浏览 2 评论 0原文

是否可以使用 UILocalNotification (或任何外部通知/长期多任务处理)在不在主应用程序包中的应用程序外部播放声音? UILocalNotification 文档 说 soundName属性必须是主包中文件的名称。我制作了一个快速应用程序来证实这一点。

有没有办法绕过这个限制?我正在考虑使用别名的问题,其中别名位于应用程序包中,并指向文档文件夹中的已知路径...但我猜文档文件夹并不完全已知。

有什么想法吗?

Is it possible to use a UILocalNotification (or any outside notification/long-term multitasking) to play a sound outside an app that's NOT in the main application bundle? Documentation for UILocalNotification says the soundName attribute must be the name of a file in the main bundle. I threw together a quick app that confirms this.

Is there a way to get around this restriction? I was thinking something with aliases, where the alias is in the app bundle and points to a known path in the Documents folder... but I guess the Documents folder isn't exactly known.

Any ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

瀞厅☆埖开 2024-10-17 17:47:12

不在沙盒环境中,这是不可能的。

Not in a sandboxed environment, its not possible.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文