问题:企业App,以Inhouse方式发布,在iOS 7.0中能够正常安装该App,但在iOS8.1.3上没法安装。 ios
解决方法:设置Build Setting中的Code Signing Entitlements,为App指定一个entitlements.plist文件。并在entitlements.plist文件中指定application-identifier为Bundle ID: app
<key>application-identifier</key>
<string>xxxxxxxx.com.ydtf.JmCsgEhv</string>
<key>get-task-allow</key>
<false/> ide
注意,Bundle ID须要带上App ID前缀。 布局
转载《ios8自适应布局教程》的老师博客。 ui