iOS企業(yè)版 官網(wǎng)下載 無法安裝問題 解決辦法
打印安裝失敗的日志 的工具
log grub安裝:http://fir.im/tools/log_guru
下面來看無法下載應(yīng)用的問題:
1.我碰到的是點擊下載安裝 安裝到大概三分之二的時候 無法下載應(yīng)用
app.plist 里面的有 display-image和full-size-image這兩個文件
文件地址要和你的plist文件中寫的一致餐曼,查到其他文檔說因為之前iOS7的安裝沒有這兩個圖片文件也可以安裝棺妓,但是8以后值骇,這個是會導(dǎo)致的無法安裝,感謝前赴后繼的大神們發(fā)現(xiàn)這些問題灾馒。
以下是其他情況- : 【我看見的原文鏈接: http://www.360doc.com/content/15/0701/10/20918780_481877884.shtml 】
我的崩潰日志是這樣的
崩潰日志可見的 【包括常見錯誤日志:http://blog.fir.im/logs/】
2.崩潰日志可見幾個比較基礎(chǔ)的問題:
(1).證書被封:
(Invalid signing certificate (it may have expired or been revoked))
(2).手機內(nèi)已安裝該應(yīng)用,但是應(yīng)用的證書和當(dāng)前下載的證書不同:
profiled?(Note ) MC: Provisioning profiles changed
installd?0x100724000 -[MIInstallableBundle performVerificationWithError:]: 517: Upgrad e's application-identifier entitlement string (證書前綴1.BundleID) does not match installed application's application-identifier string (證書前綴2.BundleID); rejecting upgrade.
解決方法:刪除舊的應(yīng)用权她,重新安裝铐伴。
(3).框架不支持:
installd?0x2fe93000 install_application: Could not preflight application install
itunesstored?0x15f6000 MobileInstallationInstall: failed with -1
installd?0x2fe93000 handle_install: API failed
解決方法:在Build Settings -->Valid Architectures中添加相應(yīng)的框架。
(4).沒有添加 UDID:
installd?profile not valid: 0xe8008012
installd?0x385000 install_embedded_profile: Could not install embedded profile: 0xe8008012
解決方法:添加該設(shè)備的 UDID
3.其他需要排查的基本問題
(1)若要在網(wǎng)頁上安裝app杠览,則iOS7.1及以后的plist文件的下載地址要放在https的網(wǎng)址下弯菊,而ipa文件下載地址不一定要https。
(2)ipa文件放到服務(wù)器上時踱阿,要設(shè)置下iis的ipa文件下載支持管钳,否則點擊下載后會圖標(biāo)一直停留在“等待中”钦铁。
(3)程序下載安裝時,快安裝完成時才漆,圖標(biāo)的顯示突然回退牛曹,那就是provisioning profile的問題了,查看日志會看到類似下面的信息栽烂,遇到這種情況你得檢查下provisioning profile是否正確了:
installd?entitlement 'get-task-allow' has value not permitted by provisioning profile
4.問題
之前安裝過該app的iOS8系統(tǒng)點擊安裝后沒有反應(yīng)躏仇。
還是查看日志恋脚,只有一條記錄:
LoadExternalDownloadManifestOperation: Ignore manifest download, already have bundleID: com.mycom.MyApp
遇到這種情況腺办,我按照論壇上說的(http://stackoverflow.com/questions/25772664/enterprise-app-update-distribution-on-ios-8#)更改plist文件的bundle
ID(是下載時用的plist文件不是項目的bundle ID),然后重新點擊就可以下載安裝了糟描。
http://blog.chinaunix.net/uid-29439762-id-4830442.html
http://www.360doc.com/content/15/1010/22/20918780_504774501.shtml