我一直在開發/分發iOS iPad應用程序超過一年,但最近遇到了問題。當我在iOS 8 iPad和iOS 7 iPad上運行我的代碼時,沒有任何問題。然後切換到我的Enterprise Dist配置文件並創建一個存檔。我更新了我的manifest.plist,正確地更新了版本號,md5值等。我像往常一樣上傳一切,當我在iOS 8設備上下載應用程序時,它安裝正常。但是現在,當我嘗試在我的iOS 7設備上下載時,它會顯示「正在等待......」幾秒鐘,然後顯示錯誤消息「無法下載應用程序」MyAppName「無法在此時下載」。內部企業分佈:iOS 7設備「無法下載應用程序」,iOS 8設備沒有問題
我不明白爲什麼我以前從來沒有遇到過這個問題,它對我來說毫無意義,爲什麼它在其他設備上安裝得很好。
任何想法或幫助將不勝感激!
的iOS 7 iPad版:7.0.4
iOS 8的iPad版:8.3
Xcode的版本:6.3.2
的iOS 7 iPad的控制檯日誌:
Jun 2 12:37:47 Kats-iPad wifid[70] <Notice>: WiFi:[454966667.548617]: Client itunesstored set type to background application Jun 2 12:37:47 Kats-iPad wifid[70] <Notice>: WiFi:[454966667.550120]: BG Application: Not Present, BG Daemon: Present. Daemons: networkd apsd itunesstored Jun 2 12:37:47 Kats-iPad wifid[70] <Notice>: WiFi:[454966667.551294]: Already connected to softwareCompany. Jun 2 12:37:48 Kats-iPad itunesstored[166] <Warning>: LaunchServices: Creating installProgressForApplication:LSApplicationProxy: com.myCompany.myApp (Placeholder) withPhase:0 Jun 2 12:37:48 Kats-iPad lsd[135] <Warning>: LaunchServices: Updating installState for parent <NSProgress: phase=Loading; state=Failed; fractionCompleted=0.000000> to LSInstallStateWaiting Jun 2 12:37:48 Kats-iPad lsd[135] <Warning>: LaunchServices: Updating installPhase for parent <NSProgress: phase=Loading; state=Waiting; fractionCompleted=0.000000> to 0 Jun 2 12:37:48 Kats-iPad lsd[135] <Warning>: LaunchServices: installation failed for app com.myCompany.myApp Jun 2 12:37:48 Kats-iPad itunesstored[166] <Warning>: LaunchServices: installPhaseFinishedForProgress: com.myCompany.myApp.Loading - <NSProgress: phase=Loading; state=Failed; fractionCompleted=0.000000> called, removing progress from cache
更新: 2天我無法安裝該應用程序。今天,我沒有做任何改變,我再次嘗試,它的工作!很奇怪。仍然不知道爲什麼它不會安裝。
有時,當發生安裝失敗(安裝圖標保持灰色並且無法刪除)時,我看到同一應用的下一次安裝也失敗了。完全重新啓動設備可以提供幫助。 –
@NicolasBuquet我從來沒有重新啓動設備,我想刪除灰色的圖標就足夠了(我可以像任何成功安裝的應用程序一樣刪除它)。如果這個問題再次出現,這是我會嘗試的第一件事!謝謝。 – lomokat