0
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:UIApplicationOpenSettingsURLString]];

I am using this code to open settings app from my app. But is there any URL to open Background App Refresh settings from my app?

S.J
  • 3,063
  • 3
  • 33
  • 66
  • 1
    Please refer http://stackoverflow.com/questions/8246070/ios-launching-settings-restrictions-url-scheme but it won't work on iOS10 anymore. – KlimczakM Nov 16 '16 at 12:46

1 Answers1

0

No, you are not able to open any specific part in setting from your app. You are just able to redirect to user to those settings which are related to your app permission.

Rajat
  • 10,977
  • 3
  • 38
  • 55