iOS 9 AVAssetDownloadURLSession崩溃

时间:2017-12-08 04:04:13

标签: ios

环境: Xcode v9.1 斯威夫特4

我正在尝试创建AVAssetDownloadURLSession以从后台下载视频资源。然而,由于以下原因,iOS 9上的应用程序崩溃。

'NSGenericException', reason: 'Creating an AVAssetDownloadURLSession requires the com.apple.developer.media-asset-download entitlement'

有谁知道如何修复iOS 9(模拟器和真实设备)上的崩溃?非常感谢。

1 个答案:

答案 0 :(得分:1)

你做不到。可用性注释不正确:该API需要iOS 9上的私有权利,因此您无法使用它。

您可以在iOS 10或更高版本上调用它。