我的Mac App是否需要应用Server Entitlement Key?

时间:2017-04-08 10:13:54

标签: ios objective-c swift xcode macos

我的Mac应用程序有一个内置的AirPlay功能,用于将视频文件从我的应用程序传输到Apple TV,因此我需要一个服务器访问权限密钥(" com.apple.security.network.server" )将其提交到Mac App Store时?

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

1 个答案:

答案 0 :(得分:2)

是的!你需要Entitlement Key

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

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