UILocalNotification 播放应用文档中的声音
我知道 UILocalNotification
仅支持应用程序包中的 soundName
,但我看到程序会在通知中播放我录制的声音,即使程序已关闭。如何实施?任何想法对我来说都非常重要..
I know that UILocalNotification
supports soundName
only from app bundle, but I saw program that plays my recorded sound in Notification, even if program is closed. How to implement it? Any ideas is very important for me..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
获取应用程序文档目录的
NSURL
的可靠方法如下...然后您可以像这样获取对声音文件的
NSURL
引用...如果您需要该 URL 处资源路径的字符串表示形式,您可以这样获取它...
A surefire way to get an
NSURL
to the application documents directory is like this...Then you can get an
NSURL
reference to your sound file like this...If you need a string representation of the path to the resource at that URL you can obtain it like this...
我检查了 ios 5.0.1 上的下一个方法:
只需像这样设置相对路径
I checked next method work on ios 5.0.1:
just setup relative path like this