使用 UILocalNotification 播放应用程序包中没有的声音
是否可以使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不在沙盒环境中,这是不可能的。
Not in a sandboxed environment, its not possible.