gpt4 book ai didi

ios - UIWebView 在应用进入后台时播放音频

转载 作者:搜寻专家 更新时间:2023-10-31 23:09:00 27 4
gpt4 key购买 nike

我正在使用 YouTube iOS Helper Library 在 WKWebView 中播放视频,我希望即使按下 HOME 键或锁定键时音频也能继续播放。

功能选项卡如下所示:

enter image description here

我还在 AppDelegate 中导入了 import AVFoundation

func applicationDidBecomeActive(_ application: UIApplication) 里面我有这段代码:

func applicationDidBecomeActive(_ application: UIApplication) {
// Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.

do {
try AVAudioSession.sharedInstance().setCategory(AVAudioSessionCategoryPlayback)
} catch {
// Handle setCategory failure
print(error)
}
}

当应用程序进入后台时,音频停止,我什至无法从控制中心恢复它。

最佳答案

对于那些正在寻找类似解决方案的人,想告诉他们,播放 YouTube 音频而不显示视频违反了 the terms of services of YouTube因此,您的应用将被 App Store 拒绝。

关于ios - UIWebView 在应用进入后台时播放音频,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45897456/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com