iOS8.1.3下Inhouse App无法安装问题

问题:企业App,以Inhouse方式发布,在iOS 7.0中可以正常安装该App,但在iOS8.1.3上无法安装。

解决方法:设置Build Setting中的Code Signing Entitlements,为App指定一个entitlements.plist文件。并在entitlements.plist文件中指定application-identifier为Bundle ID:

<key>application-identifier</key>
<string>xxxxxxxx.com.ydtf.JmCsgEhv</string>
<key>get-task-allow</key>
<false/>

注意,Bundle ID需要带上App ID前缀。

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。