在Xamarin.iOS中为自定义Entitlements.plist配置配置文件/证书

时间:2017-04-10 14:52:31

标签: ios iphone xamarin xamarin.ios certificate

我正在开发适用于iPhone的Xamarin.iOS(R = {A, B, C, D}Xamarin Studio 6.3 (build 863) xCode 8.3 (8E162))上的应用。通过我的AppleID(开发人员帐户),我根据Xamarin的文档创建了证书和配置文件,并且到目前为止一直有效。

certificates provisioning profiles App IDs 配置文件包含所有设备的UDID,我可以通过HockeyApp提供应用程序并在设备上进行测试。

现在我已经加入了自定义macOS Sierra 10.12,因为我需要一个钥匙串访问组。该文件只包含一个条目Entitlements.plist,该条目具有单个字符串值Keychain Access Group

iOS Bundle signing with custom Entitlements.plist 现在,当我尝试使用与以前相同的证书和配置文件在同一台设备上安装应用程序时出现错误。

$(AppIdentifierPrefix)my.app.id

所以我假设我需要签署自定义Unable to download application, <app-name> could not be installed at this time,但实际上我不知道在XamarinStudio中寻找相应的设置。

0 个答案:

没有答案