Can I update an iOS Enterprise App in the background like an App Store app can?

梦想的初衷 提交于 2019-11-29 03:45:57

Here's what I did for my project. I exported the app in Enterprise mode against our In House Distribution certificate and uploaded the folder to public web space. Have your app check for updates (the method to use is an exercise for the developer) and when one is detected, open a web browser to a URL like the following:

itms-services://?action=download-manifest&url=https://www.yourcompany.com/path/to/manifest.plist

You'll see a screen not unlike the one below:

If you use Cordova/PhoneGap to develop your app, be sure to include an allow-navigation rule for these types of apps.

Sorry, but there is no way how to download the updates on the background for enterprise apps.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!