How to know by code if the user has disabled cellular data in Settings ?
I have tried with Reachability but this tell me only if internet connection is reachable...
How to know by code if the user has disabled cellular data in Settings ?
I have tried with Reachability but this tell me only if internet connection is reachable...
You cannot check this via code. Apple have not made this part of the public API. The best you can do is just check if there is connection as you're doing now.