We are using the enterprise distribution system internally for our product and everything was working fine on iOS7.
When there is an update to the app, we pop open a UIWebView and show the download link. The use then clicks the download link and the app minimizes and downloads and then the user can reopen the app.
In iOS8 it seems like the link is being downloaded in the background? It keeps freezing also. Is there a way to minimize or notify the user that the app is downloading and then reopen / refresh after the app finishes updating?
Thanks!