Sian 发表于 2015-5-25 15:38:39

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前缀。
页: [1]
查看完整版本: iOS8.1.3下Inhouse App无法安装问题