简体   繁体   English

在没有分发文件的情况下(仅在配置文件中)将ipa发送给测试人员

[英]Sending ipa to testers without a distribution file (just with provisioning file)

Today I was building an ipa from my application to send to testers. 今天,我正在从应用程序中构建一个ipa,以发送给测试人员。 I have always thought that i would need a distribution provisioning file for this but a friend of mine came with his ipod and I just added his device to the provisioning file and rebuild the ipa file. 我一直认为我需要一个分发配置文件,但是我的一个朋友带了他的ipod,我只是将他的设备添加到了配置文件中并重建了ipa文件。 After syncing his device against my itunes library he was able to play/test the game without problem. 将其设备与我的iTunes库同步后,他可以毫无问题地玩/测试游戏。 So, why is then needed a distribution ad-hoc file? 那么,为什么需要分发临时文件?

Does this work because I installed it in the computer that owns the provisioning file? 这是因为我将其安装在拥有预配文件的计算机中而行得通吗? I'm a bit messed up. 我有点乱了。

Thanks in advance. 提前致谢。

There are two kinds of distribution. 有两种分布。 One is Ad-hoc, the other is Enterprise Distribution. 一种是临时的,另一种是企业发行的。

Ad-hoc limits your distribution to 100 devices. 临时将您的分发限制为100个设备。 It means that for your development certificate, you cannot test your app in more than 100 devices during the certificates life. 这意味着对于您的开发证书,您在证书有效期内不能在超过100个设备中测试您的应用。 Also, ad-hoc requires you to physically connect the device to the computer and build the app. 此外,临时要求您将设备物理连接到计算机并构建应用程序。 This most-likely looks like the situation that you are in. 这很可能看起来像您所处的情况。

Enterprise Distribution (ED) is the other way. 企业分发(ED)是另一种方式。 ED lets you host the app on a secure web-server. ED允许您将应用程序托管在安全的Web服务器上。 This way, you can just copy the ipa on a webserver and pass the link to your colleagues. 这样,您可以将ipa复制到网络服务器上,然后将链接传递给您的同事。 They will be able to download the app on to their devices directly by pressing the itms:// link (that you send them), without having to be around you. 他们将可以通过按itms://链接(将其发送给他们)直接将应用下载到其设备上,而不必在您身边。

If you have your options open, I would also check TestFlight . 如果您的选项处于打开状态,我还将检查TestFlight It is a third party app distribution system. 它是第三方应用程序分发系统。

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

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