我已经开发/发布了一个iOS iPad应用程序一年多了,但最近遇到了一个问题。当我在iOS 8 iPad和iOS 7 iPad上运行我的代码时,没有问题。然后切换到Enterprise供应配置文件并创建一个归档文件。我更新我的manifest.plist,正确地更新版本号,md5值等等。我像往常一样上传所有东西,当我在我的iOS 8设备上下载这个应用程序时,它安装得很好。但是现在当我尝试在我的iOS 7设备上下载时,它写着“等待.”几秒钟后,我收到了错误消息,“无法下载应用程序"MyAppName”此时无法下载“。
我不明白为什么我从来没有这个问题在过去,这对我来说没有任何意义,为什么它安装良好的其他设备。
任何想法或帮助都将不胜感激!
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天我无法安装应用程序。今天,对它的地狱,我再次尝试后,没有作出任何改变,而且它的工作!很奇怪。仍然不知道为什么不安装。
发布于 2015-06-04 16:58:04
几个月前,我的一个应用程序也遇到了同样的问题。
由于某种原因,我无法在iOS 7设备上安装,但是在对一个设备进行了完全重新启动之后,它就可以工作了。真的不知道为什么像你一样,也许操作系统方面出了什么问题。
因此,我的解决办法是重新启动设备,但我不知道为什么这对我有用,也许这不是每个人的解决方案。
https://stackoverflow.com/questions/30604886
复制相似问题