Is there is any option so that i can enable and disable cellular data using app.Please help me.
Asked
Active
Viewed 1,827 times
2 Answers
1
There is no API available to control cellular data within in an app , User should go to settings to enable or disable cellular data.

Yatheesha
- 10,412
- 5
- 42
- 45
-
Ok.can we track whether cellular data is enabled or not. – user3698108 Jul 02 '14 at 10:32
-
Starting in iOS 8 you can at least send the user to the setting for your app. But also there will be no way flipping the switch by yourself. – lukaswelte Jul 02 '14 at 10:32
0
You can use apple's Reachability to determine if you are using cellular or Wifi and choose to send network requests or not according to the cellular availability.

Gary Lyn
- 1,088
- 9
- 11
-
1i know how to use reachability code to check internet connection.Can you provide more code apart from this. – user3698108 Jul 02 '14 at 12:54