简体   繁体   English

如何在iOS中更新企业应用程序

[英]How to update enterprise application in ios

Hi we developed one enterprise application.This is enterprise application so we can not find in app store.After I release one version and if I gave another release that time both the apps are installing without any problem and old version app we have to delete manually. 嗨,我们开发了一个企业应用程序。这是企业应用程序,因此我们无法在应用商店中找到它。发布一个版本后,如果我发布了另一个版本,那么这两个应用程序都在安装时没有任何问题,而旧版本应用程序则必须手动删除。 Now my question is there any way to update old application with out deleting it. 现在我的问题是有什么方法可以更新旧应用程序而又不删除它。 It's like how we will get version update alerts for applications which were downloaded from App Store. 就像我们将如何获取从App Store下载的应用程序的版本更新警报。 Please help me to implement this feature. 请帮助我实现此功能。

All iOS device identify the app with the bundle identifier only. 所有iOS设备仅使用捆绑包标识符来识别应用程序。

For example if you try to install the same IPA twice using iTunes it will override the old app. 例如,如果您尝试使用iTunes两次安装相同的IPA,它将覆盖旧的应用程序。 At the same time if you have 2 different bundle identifier for the IPA's it will be installed as separate APP. 同时,如果您有2个不同的IPA捆绑标识符,它将作为单独的APP安装。

There are lots of MDM solutions available to take care of the Updates but note that you cant force update an App. 有许多MDM解决方案可用于处理更新,但是请注意,您不能强制更新应用。

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

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