When this key is present,the system’s
audio frameworks automatically prevent
your application from being suspended
when it moves to the background. As
long as it is playing audio,the
application continues to run in the
background to support that audio.
但是我有一个使用AVPlayer类播放音频流的应用程序,它不能使用它.这个键假设是为了节省我们明确实现音频会话的工作.谁能告诉我为什么这不起作用呢?有没有人使用它并使这项工作?
解决方法 在播放音频之前尝试执行以下 *** 作:NSError *sessionError = nil;AVAudioSession *session = [AVAudioSession sharedInstance];[session setcategory:AVAudioSessioncategoryPlayback error:&sessionError];总结
以上是内存溢出为你收集整理的ios – UIBackgroundModes不起作用全部内容,希望文章能够帮你解决ios – UIBackgroundModes不起作用所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)