简体   繁体   English

无法分发AdHoc ipa文件

[英]Cannot distribute AdHoc ipa file

I have a xcode project that I would like to distribute to collegues of mine, I have therefore added all my collegues UDID in the devices section of the provisioning portal, I then downloaded the distribute and the Ad hoc provisioning files and clicked on them so that they came in to my organazizer. 我有一个要分发给我的同事的xcode项目,因此,我已将所有同事UDID添加到预配置门户的设备部分中,然后下载了分发和Ad hoc预配置文件,然后单击它们,以便他们来到我的组织器。 I then used them in xcode and selected "build-archive", I then followed this guide http://gknops.github.com/adHocGenerate/ to make a wireless app distribution. 然后,我在xcode中使用它们并选择“ build-archive”,然后按照本指南http://gknops.github.com/adHocGenerate/进行无线应用分发。 And uploaded the provisiong file, plist file and the ipa file. 并上传了provisiong文件,plist文件和ipa文件。 But when I try to install the app using the link in my html file it start to install but fail with this message " "Appnamexxxx" could not be installed right now". 但是,当我尝试使用html文件中的链接安装应用程序时,它开始安装,但失败,并显示以下消息““ Appnamexxxx”无法立即安装“。 I dont know what I'm doing wrong and the error I get doesn't tell me anything... 我不知道自己在做什么错,我得到的错误并没有告诉我任何事情...

I found the reason why it didn't work. 我找到了它不起作用的原因。 I had entered the UDID of all the devices in the provisioning portal, but I didn't check that they where supposed to be used with that profile. 我已经在供应门户中输入了所有设备的UDID,但是没有检查该配置文件应在哪里使用它们。 I thought that if I entered UDID they where automatically selected to be used with the profile, this I found out by pure luck when trying to find the reason for this in the portal. 我以为,如果我输入UDID并自动选择要与概要文件一起使用的IDID,那么当我试图在门户网站中找到原因时,我是靠运气发现的。 So one have to select the provisionig and choose edit, then you have the reason to check/uncheck the UDID's you want in that profile. 因此,必须选择配置并选择编辑,然后才有理由在该配置文件中选中/取消选中所需的UDID。 Hope this can help others too. 希望这也可以帮助其他人。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM