configuration-profile

how to disable wifi assist without user interaction

十年热恋 提交于 2019-12-23 15:17:14
问题 I have couple of URLs that has to be called(programatically) through wifi not with mobile data. As WIFI ASSIST is on , whenever the wifi is weak ,packets get transferred through Mobile data. I would like to stop this from happening. As far as I have researched, there is no API to toggle wifi assist switch on and off programatically I can find if the user has mobile data and wifi on with the help of Reachability Class I believe and I can alert the user to keep wifi assist off but this is a

Programmatically verify an MDM profile (configuration) has been successfully pushed to an iOS device?

此生再无相见时 提交于 2019-12-09 07:28:33
问题 I am writing an iOS client app that sends a request to a server who turns around and requests that an updated configuration profile be pushed to my device via external MDM (AirWatch). I believe the profile shows up in Settings -> General -> Profiles . When the MDM finishes processing the profile push (sent or queued, I'm not sure), it responds to the calling server saying 'yes the profile was pushed' who echoes that response to my client app. The problem is that it takes about 30 seconds for