热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

iOS8BetaAd-Hoc应用程序下载(itms-services)-iOS8BetaAd-HocAppDownload(itms-services)

IhaveanipabuiltusingmyWildcardprofile.Iamhostingtheipa,andmytestersaredownloading

I have an ipa built using my Wildcard profile. I am hosting the ipa, and my testers are downloading it on our devices.

我使用通配符配置文件构建了一个ipa。我正在托管ipa,我的测试人员正在我们的设备上下载它。

For iOS7+ devices it is working fine.

iOS7+设备运行良好。

I have installed the iOS8 Beta on one of my devices. If I install my app from the app store it installs and works fine. If I try and install an ipa version I get an "Unable to Download App" error.

我在一台设备上安装了iOS8测试版。如果我从app store安装我的应用,它会安装并运行良好。如果我尝试安装一个ipa版本,我就会得到一个“无法下载应用程序”的错误。

I am using this style of URL to download:

我使用这种URL下载方式:

itms-services://?action=download-manifest&url=https://url-to-plist.plist

My plist looks like:

我的plist看起来像:



     
          items
          
               
                    assets
                    
                         
                              kind
                              software-package
                              url
                              https://url-to-ipa.ipa
                         
                         
                              kind
                              full-size-image
                              needs-shine
                              
                              url
                              https://url-to-artwork/iTunesArtwork.png
                         
                         
                              kind
                              display-image
                              needs-shine
                              
                              url
                              https://url-to-icon/Icon.png
                         
                    
                    metadata
                    
                         bundle-identifier
                         com.vistair.docunet-test
                         bundle-version
                         3.0.400
                         kind
                         software
                         subtitle
                         DocuNet
                         title
                         DocuNet
                    
               
          
     

download/install progress gets about 2/3 of the way round and then I get the error.

下载/安装进度大约是2/3,然后我得到错误。

The console information looks like this:

控制台信息如下:

Sep 10 09:22:54 iOS8-iPad itunesstored[80] : LaunchServices: installing placeholder for com.vistair.docunet-test
Sep 10 09:22:54 iOS8-iPad installd[36] : 0x419000 -[MIClientConnection _doBackgroundInstallationForPath:withOptions:completion:]: Install of "/var/mobile/Library/Caches/com.apple.itunesstored/AppPlaceholders/3333725844373650644.app" type Placeholder requested by itunesstored (pid 80)
Sep 10 09:22:54 iOS8-iPad installd[36] : 0x419000 -[MIInstaller performInstallationWithError:]: Installing 
Sep 10 09:22:54 iOS8-iPad installd[36] : 0x419000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.vistair.docunet-test at /private/var/mobile/Containers/Data/Application/C2CAA7A9-84D0-4350-BEF7-71A3D761AEDD
Sep 10 09:22:54 iOS8-iPad installd[36] : 0x419000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.vistair.docunet-test at /private/var/mobile/Containers/Bundle/Application/F2673AA9-0BAB-4A39-9F53-57431B0DE690
Sep 10 09:22:54 iOS8-iPad installd[36] : 0x419000 -[MIInstaller performInstallationWithError:]: Staging: 0.02s; Waiting: 0.00s; Installation: 0.56s; Overall: 0.58s
Sep 10 09:22:55 iOS8-iPad itunesstored[80] : LaunchServices: Creating installProgressForApplication: com.vistair.docunet-test (Placeholder) withPhase:3
Sep 10 09:22:55 iOS8-iPad itunesstored[80] : LaunchServices: installPhaseFinishedForProgress: com.vistair.docunet-test.InstallingPlaceholder -  : Parent: 0x0 / Fraction completed: 0.0000 / Completed: 0 of 100   called, removing progress from cache
Sep 10 09:22:55 iOS8-iPad itunesstored[80] : LaunchServices: Creating installProgressForApplication: com.vistair.docunet-test (Placeholder) withPhase:0
Sep 10 09:22:55 iOS8-iPad lsd[72] : LaunchServices: Updating installPhase for parent  : Parent: 0x0 / Fraction completed: 0.0000 / Completed: 0 of 100   to 0
Sep 10 09:22:56 iOS8-iPad filecoordinationd[166] : sandboxing denied subscription to progress on category com.vistair.docunet-test (bundle id (null), 8A7A24B0-E3C0-45CC-81B3-615E0D54A5FF)
Sep 10 09:22:56 iOS8-iPad filecoordinationd[166] : sandboxing denied subscription to progress on category com.vistair.docunet-test (bundle id com.apple.iaptransportd, F245BFD6-E6FB-4F0E-8D6B-2E2C687064F1)

3 个解决方案

#1


9  

Specify a 'display-image' and 'full-size-image' as described here: http://www.informit.com/articles/article.aspx?p=1829415&seqNum=16

指定如下所述的“显示图像”和“全称图像”:http://www.informit.com/articles/article.aspx?

iOS8 requires these images

iOS8需要这些图片

#2


2  

If you have already installed app on your device, try to change bundle identifer on the web .plist (not app plist) with something else like "com.vistair.docunet-test2", after that refresh webpage and try to reinstall... It works for me

如果你已经在你的设备上安装了app,试着将web .plist上的bundle identifer(不是app plist)与“com.vistair”之类的其他东西一起更改。docunet-test2",在刷新页面之后,尝试重新安装…它适合我

#3


1  

I was struggling with this, my app was installing but not complete (almost 60% I can say) in iOS8, but in iOS7.1 it was working as expected. The error message popped was:

我正在努力解决这个问题,我的应用程序在iOS8上安装了,但还没有完成(我可以说几乎有60%),但在iOS7.1上,它运行得和预期一样。弹出的错误消息是:

"Cannot install at this time". 

Finally Zillan's link helped me to get apple documentation. So, check:

最后,Zillan的链接帮助我获得了苹果的文档。因此,检查:

  1. make sure the internet reachability in your device as you will be in local network/ intranet.
  2. 确保设备中的internet可访问性,因为您将在本地网络/内部网中。
  3. Also make sure the address ax.init.itunes.apple.com is not getting blocked by your firewall/proxy (Just type this address in safari, a blank page must load).
  4. 还要确保地址ax.init.itunes.apple.com没有被您的防火墙/代理阻止(只需在safari中键入此地址,必须装入空白页)。

As soon as I changed the proxy it installed completely. Hope it will help someone.

一旦我完全改变了它安装的代理。希望它能帮助某人。


推荐阅读
  • 关键词:Golang, Cookie, 跟踪位置, net/http/cookiejar, package main, golang.org/x/net/publicsuffix, io/ioutil, log, net/http, net/http/cookiejar ... [详细]
  • 本文详细介绍了GetModuleFileName函数的用法,该函数可以用于获取当前模块所在的路径,方便进行文件操作和读取配置信息。文章通过示例代码和详细的解释,帮助读者理解和使用该函数。同时,还提供了相关的API函数声明和说明。 ... [详细]
  • Iamtryingtomakeaclassthatwillreadatextfileofnamesintoanarray,thenreturnthatarra ... [详细]
  • 本文分享了一个关于在C#中使用异步代码的问题,作者在控制台中运行时代码正常工作,但在Windows窗体中却无法正常工作。作者尝试搜索局域网上的主机,但在窗体中计数器没有减少。文章提供了相关的代码和解决思路。 ... [详细]
  • Linux重启网络命令实例及关机和重启示例教程
    本文介绍了Linux系统中重启网络命令的实例,以及使用不同方式关机和重启系统的示例教程。包括使用图形界面和控制台访问系统的方法,以及使用shutdown命令进行系统关机和重启的句法和用法。 ... [详细]
  • android listview OnItemClickListener失效原因
    最近在做listview时发现OnItemClickListener失效的问题,经过查找发现是因为button的原因。不仅listitem中存在button会影响OnItemClickListener事件的失效,还会导致单击后listview每个item的背景改变,使得item中的所有有关焦点的事件都失效。本文给出了一个范例来说明这种情况,并提供了解决方法。 ... [详细]
  • http:my.oschina.netleejun2005blog136820刚看到群里又有同学在说HTTP协议下的Get请求参数长度是有大小限制的,最大不能超过XX ... [详细]
  • 本文介绍了Web学习历程记录中关于Tomcat的基本概念和配置。首先解释了Web静态Web资源和动态Web资源的概念,以及C/S架构和B/S架构的区别。然后介绍了常见的Web服务器,包括Weblogic、WebSphere和Tomcat。接着详细讲解了Tomcat的虚拟主机、web应用和虚拟路径映射的概念和配置过程。最后简要介绍了http协议的作用。本文内容详实,适合初学者了解Tomcat的基础知识。 ... [详细]
  • 本文介绍了通过ABAP开发往外网发邮件的需求,并提供了配置和代码整理的资料。其中包括了配置SAP邮件服务器的步骤和ABAP写发送邮件代码的过程。通过RZ10配置参数和icm/server_port_1的设定,可以实现向Sap User和外部邮件发送邮件的功能。希望对需要的开发人员有帮助。摘要长度:184字。 ... [详细]
  • 个人学习使用:谨慎参考1Client类importcom.thoughtworks.gauge.Step;importcom.thoughtworks.gauge.T ... [详细]
  • imx6ull开发板驱动MT7601U无线网卡的方法和步骤详解
    本文详细介绍了在imx6ull开发板上驱动MT7601U无线网卡的方法和步骤。首先介绍了开发环境和硬件平台,然后说明了MT7601U驱动已经集成在linux内核的linux-4.x.x/drivers/net/wireless/mediatek/mt7601u文件中。接着介绍了移植mt7601u驱动的过程,包括编译内核和配置设备驱动。最后,列举了关键词和相关信息供读者参考。 ... [详细]
  • 本文介绍了在Linux下安装和配置Kafka的方法,包括安装JDK、下载和解压Kafka、配置Kafka的参数,以及配置Kafka的日志目录、服务器IP和日志存放路径等。同时还提供了单机配置部署的方法和zookeeper地址和端口的配置。通过实操成功的案例,帮助读者快速完成Kafka的安装和配置。 ... [详细]
  • 本文讨论了在openwrt-17.01版本中,mt7628设备上初始化启动时eth0的mac地址总是随机生成的问题。每次随机生成的eth0的mac地址都会写到/sys/class/net/eth0/address目录下,而openwrt-17.01原版的SDK会根据随机生成的eth0的mac地址再生成eth0.1、eth0.2等,生成后的mac地址会保存在/etc/config/network下。 ... [详细]
  • 本文介绍了如何使用Express App提供静态文件,同时提到了一些不需要使用的文件,如package.json和/.ssh/known_hosts,并解释了为什么app.get('*')无法捕获所有请求以及为什么app.use(express.static(__dirname))可能会提供不需要的文件。 ... [详细]
  • Java自带的观察者模式及实现方法详解
    本文介绍了Java自带的观察者模式,包括Observer和Observable对象的定义和使用方法。通过添加观察者和设置内部标志位,当被观察者中的事件发生变化时,通知观察者对象并执行相应的操作。实现观察者模式非常简单,只需继承Observable类和实现Observer接口即可。详情请参考Java官方api文档。 ... [详细]
author-avatar
小池子的思密达
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有