我的公司遇到了一个奇怪的问题。我为我的ipad应用程序设置了一个使用AD hoc配置文件构建的版本。我按照所有指示如何进行设置,并正在使用配置文件和其他5个ipad的应用程序。我注意到的是,由于某种原因,它不适用于带有IOS6的iPad 3。以下是我在尝试时在控制台中遇到的错误:
Oct 31 12:00:56 Scotts-iPad SpringBoard[66] <Warning>: could not save thumbnail for downloading icon: image=(null) path='/var/mobile/Library/SpringBoard/DownloadingIconImageCache/com.localbix.online.ipad-9885BA22-13CA-4388-96A0-08EDCABF459E'
Oct 31 12:00:56 Scotts-iPad SpringBoard[66] <Warning>: could not save thumbnail for downloading icon: image=(null) path='/var/mobile/Library/SpringBoard/DownloadingIconImageCache/com.localbix.online.ipad-5C37022E-5875-4C48-A135-03ADD4AA75B8'
Oct 31 12:00:56 Scotts-iPad installd[30] <Error>: 0x343000 handle_install: Install of "/var/mobile/Media/Downloads/8020495531107338408/6723207522652074632" requested by itunesstored
Oct 31 12:00:56 Scotts-iPad installd[30] <Error>: 0x343000 extract_package: Could not extract archive
Oct 31 12:00:56 Scotts-iPad installd[30] <Error>: 0x343000 stage_package: Could not extract /var/mobile/Media/Downloads/8020495531107338408/6723207522652074632 to /var/tmp/install_staging.oIwDCd/foo_extracted
Oct 31 12:00:56 Scotts-iPad installd[30] <Error>: 0x343000 MobileInstallationInstall_Server: Could not stage the package
Oct 31 12:00:56 Scotts-iPad itunesstored[64] <Error>: 0x1c65000 MobileInstallationInstall: failed with -1
Oct 31 12:00:56 Scotts-iPad installd[30] <Error>: 0x343000 handle_install: API failed
Oct 31 12:01:05 Scotts-iPad profiled[4231] <Notice>: (Note ) profiled: Idled.
Oct 31 12:01:05 Scotts-iPad profiled[4231] <Notice>: (Note ) profiled: Service stopping.
证书确实列出了那些ipad UUID,所以它不是那个问题。关于可能出现的问题,我已经没有想法了。有任何想法吗?我和其他几个人谈过,并说他们已经注意到最新的ipads上的问题,但不知道。还有其他人遇到这个问题吗?
非常赞赏!
答案 0 :(得分:0)
我想出了答案。就像我的ipad上的wifi设置已经定义了我们的公司代理服务器一样简单。因为这个websense阻止了.ipa文件的下载。因此,如果我使用相同的URL并将其放在桌面浏览器上,我可以看到它被阻止了。关闭代理修复了问题!
答案 1 :(得分:0)
我有类似的东西,虽然没有VPN,只是简单的Wi-Fi设置。 所有运行iOS6的iPhone4,iPhone5和iPad2都可以安装OTA而不会出现问题。 与此同时,运行iOS5的iPhone4S和iPad1无法安装应用程序OTA。 通过iTunes同步进行的正常安装适用于所有设备。 这显然是操作系统版本的一个问题,但我不知道下一步该在哪里寻找。 是在应用程序的构建设置中还是与服务器配置相关的内容(在本例中为IIS)...