简体   繁体   English

用于通过企业证书部署ipa的URL

[英]URL used to deploy ipa with Enterprise Certificate

I have an Apple Enterprise Certificate and want to deploy my app wirelessly to testers. 我有一份Apple Enterprise证书,想将我的应用程序无线部署到测试人员。 Of course, I need to specify a URL of my ipa file. 当然,我需要指定我的ipa文件的URL。 My question is, is any url OK? 我的问题是,URL可以吗?

Currently I put my ipa in the Amazon S3 server, and made a simple website with a link 目前,我将ipa放在Amazon S3服务器中,并通过链接创建了一个简单的网站

<a href="itms-services://?action=download-manifest&url=itms-services://?action=download-manifest&url=https://s3.amazonaws.com/test/test.plist" id="text">

When you open my website on your iPhone, you can easily install my app by a tap. 在iPhone上打开我的网站时,只需轻按即可轻松安装我的应用程序。

However, my concern is, since the URL is public (you can download the plist file, open it with a text editor, and see the URL of the ipa file), and anyone who have the URL can download it, is there any potential danger? 但是,我担心的是,由于URL是公共的(您可以下载plist文件,使用文本编辑器打开它,然后查看ipa文件的URL),并且拥有URL的任何人都可以下载它,那么是否有可能危险?

From Apple's support center: 从Apple的支持中心:

The iOS Developer Enterprise Program only allows you to distribute your apps to employees or members of your organization through Ad Hoc distribution iOS开发者企业计划仅允许您通过临时分发将应用分发给员工或组织的成员

As far as I understand from enterprise license legal agreements, you must care about security by yourself. 据我从企业许可法律协议中了解到,您必须自己关心安全性。 The link on ipa file is intended only for your employees and you mustn't make it public. ipa文件上的链接仅适用于您的员工,您不得将其公开。

我认为您应该使用与会话登录参数相关的url重定向管理...无论如何,我同意@Alex Peda

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

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