更新企业iOS应用程序,同时保留当前应用程序包的某些文件 [英] Updating enterprise iOS apps while retaining some files of the current app bundle

查看:114
本文介绍了更新企业iOS应用程序,同时保留当前应用程序包的某些文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

目前,要部署我们的企业应用程序,我们让客户端下载最新的应用程序构建包并使用iPhone配置实用程序进行安装。不幸的是,当他们卸载应用程序的当前版本时,它会删除设备上的所有相关文件。他们需要先卸载应用程序才能安装应用程序的新版本。

Currently, to deploy our enterprise app, we get the client to download the latest app build bundle and install it using the iPhone Configuration Utility. Unfortunately when they uninstall the current build of the app, it removes all its related files on the device. They need to uninstall the app before being able to install the new build of the app.

有没有办法更新到新版本,同时保留设备上的一些现有文件,以便整个应用程序不会完全重置(例如,记录和设置文件)?

Is there a way to update to the new build while retaining some of the existing files on the device so that the entire app isn't completely reset (e.g. logging and setting files)?

似乎没有与常规应用程序商店不同的更新企业应用程序机制,或者我错过了某个地方的功能?

There doesn't seem to be an update enterprise app mechanism unlike the regular app store, or have I missed a feature somewhere?

推荐答案

另一种方法是更新OTA(无线);只要捆绑ID相同(建议您使用新的版本号),这将取代就地的应用程序。您可以根据无线应用程序规范使用XML文件自行部署,也可以使用EASE(企业应用程序服务环境)[http://www.apperian.com/ease]等解决方案。在任何一种情况下,只要应用程序成功安装,应用程序就会在跳板上被替换。

Another approach is to update OTA (over the air); this will replace the app "in place" as long as the bundle id is the same (suggest you use a new version number). You can deploy this yourself using an XML file per the Wireless App spec, or use a solution such as EASE (Enterprise App Services Environment) [http://www.apperian.com/ease]. In either case, the apps will be replaced on the springboard as soon as the app successfully installs.

这篇关于更新企业iOS应用程序,同时保留当前应用程序包的某些文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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