简体   繁体   English

企业iOS:将现有的捆绑ID添加到应用程序组会使已部署的应用程序无效吗?

[英]Enterprise iOS: will adding an existing bundle ID to an app group invalidate already deployed apps?

I have a mission critical enterprise app deployed to the field. 我有一个部署到现场的关键任务企业应用程序。 I want to add its bundle ID to an app group. 我想将其捆绑ID添加到应用程序组。 I understand that the already-deployed app won't be recognized as belonging to a group until I update their provisioning profile. 我了解在我更新其配置文件之前,已部署的应用程序不会被识别为属于某个组。 I'd like to confirm that by simply adding the already-deployed app's bundle ID to an App Group in the developer portal, that action won't invalidate the provisioning profile of my existing apps in the field with that bundle ID, or otherwise cause the already deployed app to stop working. 我想通过简单地将已经部署的应用程序的软件包ID添加到开发人员门户中的应用程序组来确认,该操作不会使具有该软件包ID的字段中现有应用程序的配置文件无效,或者导致其他原因已部署的应用程序停止工作。

The provisioning profile is embedded in the app bundle. 供应配置文件嵌入在应用程序包中。 Devices do not automatically update the embedded provisioning profile when it is updated. 更新后,设备不会自动更新嵌入式配置文件。 You either need to install an updated version of the app or distribute an updated provisioning profile using an MDM solution in order to affect any change on the device. 您需要安装应用程序的更新版本或使用MDM解决方案分发更新的配置文件,以便影响设备上的任何更改。

This means that simply updating the provisioning profile on the developer portal will not have any affect the installed apps in any way. 这意味着只需更新开发人员门户上的配置文件,就不会以任何方式影响已安装的应用程序。

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

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