ios - 我的 Mac App 需要申请 Server Entitlement Key 吗?

标签 ios objective-c swift xcode macos

我的 mac 应用程序有一个内置的 AirPlay 功能,可以将我的应用程序中的视频文件流式传输到 Apple TV,所以在将它提交到Mac 应用商店?

https://developer.apple.com/library/content/documentation/Miscellaneous/Reference/EntitlementKeyReference/Chapters/EnablingAppSandbox.html#//apple_ref/doc/uid/TP40011195-CH4-SW9

最佳答案

是的!您需要授权 key

如果您的应用程序连接到互联网,您需要将以下行添加到您的 entitlements.plist:

<key>com.apple.security.network.client</key>
<true/>

关于ios - 我的 Mac App 需要申请 Server Entitlement Key 吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43292734/

相关文章:

ios - 如何快速触发按钮选择而不是单元格选择

ios - 我必须实现 UIDataSourceModelAssociation 吗?

swift - 如何通过 swift 以编程方式使用系统功能?

objective-c - MKPinAnnotationView 自定义图像替换为具有动画效果的图钉

ios - 如何让 UIScrollView 滚动并拥有手势识别器?

ios - 用户在屏幕外点击 UISearchBar 的完整动画

iphone - 选择器作为弹出框内的输入 View

ios - 如何查找是否在 ios 中双击 CALayer

swift - 了解快速功能

swift - 仅在首次启动时位置管理器解包错误