作者:青烟_I乀n-a_396 | 来源:互联网 | 2022-10-15 20:07
我已经使用的应用程序WkWebView到从SoundCloud播放音频,iOS上的13测试版6音频停止时,应用程序是不是在前台,即使音频是在背景模式。
开始播放时,将抛出以下断言:
Error acquiring assertion: {
userInfo = {
RBSAssertiOnAttribute= ;
}
进入后台状态后,将引发以下声明并暂停音频:
Can't end BackgroundTask: no background task exists with identifier 13 (0xd), or it may have already been ended. Break in UIApplicationEndBackgroundTaskError() to debug.
[ProcessSuspension] Background task expired while holding WebKit ProcessAssertion (isMainThread? 1).
这在iOS 12中不会发生,在iOS 12中,音频在后台正常播放。