Background App Refresh checking, enabling and disabling programmatically for whole device and for each particular application in iOS 7

StackOverflow https://stackoverflow.com/questions/20239829

Question

We can check Background App Refresh for whole device and for each particular application in iOS 7 manually from settings.

enter image description here

Is there any way to do it programmatically in iOS 7?

Was it helpful?

Solution

The short answer is no you can't check to see what every app's Background Refresh setting is due to application sandboxing. An application may how ever check to see if the user has modified the Background Refresh setting for itself.

Detecting user settings for Background App Refresh in iOS 7

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top