在 iPhone 中自动播放下一首歌曲
我成功获取后台进程。但问题是,当 AVAudio 播放器完成时,它不会自动播放下一首歌曲。但在模拟器中它会工作得很好。仅在设备中存在问题。有谁练出来了吗???
I got the background Process successfully. But the problem was when AVAudio player get finished it won't play automatically next song. But In Simulator it will work fine. In device only the Problem. Any one worked Out???
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们要激活远程控制系统,那么只有歌曲列表会自动播放。
在 viewdidload 方法中使用这一行...
我没有在基于窗口的应用程序中进行测试!请尝试回复我!
we want to activate the Remote Control system,then only the song list will play automatically.
use this line in viewdidload method....
I did't test in window based application!!! Just try and reply me!!!