Why does mobileconfig need a Wi-Fi reboot to install?

I am trying to programmatically configure an HTTP Proxy configuration profile on my iOS7 + devices. So far, I could:

  • create .mobileconfig
  • send the user to the Settings.app folder
  • user can set configuration profile
  • send the user back to my application.

My problem is that at the moment the configuration of the proxy server does not seem to be taken into account yet. I noticed that I need to turn off Wi-Fi for it to work.

Do you know if there is a way to configure the proxy server without turning Wi-Fi off and on?

+4
source share

All Articles