企业应用程序分发配置文件是否与特定设备相关联/设备是否需要安装该配置文件? [英] Is an enterprise app distribution provisioning profile tied to specific devices / do devices need to have the profile installed?

查看:49
本文介绍了企业应用程序分发配置文件是否与特定设备相关联/设备是否需要安装该配置文件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

根据 Apple 文档 http://developer.apple.com/library/ios/#featuredarticles/FA_Wireless_Enterprise_App_Distribution/Introduction/Introduction.html

According to the Apple documentation http://developer.apple.com/library/ios/#featuredarticles/FA_Wireless_Enterprise_App_Distribution/Introduction/Introduction.html

在列出的创建企业应用程序的步骤中,它说:

In the steps listed to create an enterprise app it says:

Create an enterprise distribution provisioning profile *that authorizes devices* to use apps you’ve signed.

(我的重点)

如果配置文件授权设备,那是怎么做的?我的意思是配置文件以某种方式与特定设备相关联 - 我在别处阅读过,但没有设备需要安装此配置文件的参考.这是正确的,如果是,那么设备如何安装配置文件?

If the provisioning profile authorizes devices how is that done? I mean is the profile associated with specific devices somehow - I read elsewhere but don't have the reference that the devices need to have this profile installed. Is that correct, if it is then how do the devices get the profile installed?

推荐答案

假设您安装了正确的分发证书,并将与 Dist 证书关联的配置文件添加到 Xcode,那么您将存档应用程序,确保您已指定在 Target 属性的 Build Setting 选项卡中设置正确的 prov 配置文件.见下图:

Assuming you have the proper distribution certificates installed and the provisioning profiles associated with the Dist certs added to Xcode, then you will Archive the application making sure you have specified the proper prov profiles in the Build Setting tab of the Target properties. See image below:

然后您将存档应用程序并选择通过企业部署进行分发.你给它提供你计划放置应用程序的应用程序可执行文件 (URL) 的路径以及将伴随它的 .plist(两者都会为你自动构建).见下图:

Then you will Archive the application and choose to distribute via Enterprise deployment. You give it the path to the app executable (URL) that you plan to put the app and the .plist that will accompany it (both will get built automagically for you). See images below:

然后您只需使用 plist 文件的 url 即可让您的用户下载/安装您构建的应用程序.

Then you can just use a url to the plist file for your users to download / install the application you built.

对于我的雇主,我创建了我们自己的内部应用程序商店",我们的所有 iOS 应用程序都在其中供我们的用户使用.通过这种方式,他们从网络服务器下载/安装一个应用程序,然后通过我们的应用程序商店"应用程序获取所有其余应用程序(包括任何更新).

For my employer, I created our own internal "app store" where all our iOS applications are housed for our users. This way, they download / install one app from a web server and get all the rest of the applications (including any updates) via our "app store" app.

如果您需要,我可以为您提供完整的基础设施,但这个想法很简单.

I can help you out with a complete infrastructure if you need, but the idea is simple.

这篇关于企业应用程序分发配置文件是否与特定设备相关联/设备是否需要安装该配置文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆