问题:企业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前缀。
转载《ios8自适应布局教程》的老师博客。