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

Pergunta

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?

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top