iOS8.1.3下Inhouse App沒法安裝問題

問題:企業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

相關文章
相關標籤/搜索