Download progress bar is not changing progress in iOS enterprise distribution

此生再无相见时 提交于 2019-12-05 18:27:32

This is the default behavior when downloading an app via ad-hoc distribution. You click on the link then you get the Waiting... and after you have the Installing... To my knowledge it is not possible to change that.

Preventing the web server (Apache in this case) from gzip-ing the file (which is useless anyway) enabled the progress indicator for me:

# Don't compress images and compressed files SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png|mbtiles|zip|ipa|tgz|gz|bz2)$ no-gzip dont-vary

I also faced this problem.

In my case, I setup the enterprise environment in my personal mac, place the ipa file in the web sharing folder, and create a app.plist and download html.

From mac, I created a network.

Then make iPhone join the network, access the html to download app.

However, the download progress bar was always waiting without progress.

I fixed the problem by changing the setting of wifi in the iphone to static ip, using the subnet 255.255.255.0.

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