【发布时间】:2022-09-27 13:11:59
【问题描述】:
FairPlay 逻辑有什么变化吗?我的应用程序具有受 FairPlay 保护的视频和音频,它们在 iOS 15.7 之前可以完美运行,但在 iOS 16 中
makeStreamingContentKeyRequestData is throwing me following error :
Error Domain=CoreMediaErrorDomain Code=-19152 \"(null)\"
Error Domain=AVFoundationErrorDomain Code=-11800 \"The operation could not be completed\"
UserInfo={NSLocalizedFailureReason=An unknown error occurred (-19156), NSLocalizedDescription=The operation could not be completed,
NSUnderlyingError=0x280deac10 {Error Domain=NSOSStatusErrorDomain Code=-19156 \"(null)\"}}
这可能是什么原因和解决方案?
提前致谢
标签: ios swift objective-c ios16 fairplay