简体   繁体   English

是否可以仅使用Ad Hoc分发配置文件来分发内部应用程序?

[英]Is there a way to distribute an internal app using only the Ad Hoc distribution profile?

Recently i got myself into tring to sign and distribute an internal ios application using a developer subscription (Ad Hoc). 最近,我开始尝试使用开发者订阅(Ad Hoc)签名和分发内部ios应用程序。

So my final solution after researching was creating a page which has a link used to install the profile and a link to trigger the .ipa installation. 因此,研究后我的最终解决方案是创建一个页面,该页面具有用于安装配置文件的链接和用于触发.ipa安装的链接。

Is there a way to distribute the .ipa file only using the Ad Hoc distribution profile ? 有没有一种方法可以仅使用Ad Hoc分发配置文件来分发.ipa文件?

If your account is apple developer account, you can create .ipa with AdHoc provisioning profile. 如果您的帐户是Apple开发人员帐户,则可以使用AdHoc配置文件创建.ipa。 And you can use www.diawi.com to distribute it to internal testers. 您可以使用www.diawi.com将其分发给内部测试人员。 But you need to first register all the device's UDID to the development profile. 但是您需要首先将所有设备的UDID注册到开发配置文件。 You can add max 100 devices. 您最多可以添加100个设备。

You can also use apple enterprise account, if you are developing it for internal use only. 如果您仅将Apple企业帐户开发为内部使用,则也可以使用它。 In that case you can directly give app to users without registering UDID of the devices. 在这种情况下,您可以直接将应用程序提供给用户,而无需注册设备的UDID。

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

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