Reachability icon indicating copy to clipboard operation
Reachability copied to clipboard

user has disabled cellular data usage for the app.

Open QiuZhiFei opened this issue 9 years ago • 2 comments

when user has disabled cellular data usage for the app,return reachable ...

QiuZhiFei avatar Apr 17 '15 03:04 QiuZhiFei

Some more details would be helpful for this. Please provide details @QiuZhiFei or close this issue.

blakeperdue avatar Aug 17 '15 16:08 blakeperdue

If a user has disabled the use of cellular data in their device settings

Reachability *networkReachability = [Reachability reachabilityForInternetConnection];
NetworkStatus networkStatus = [networkReachability currentReachabilityStatus];

networkStatus equals NotReachable even though an internet connection does exist on the device. Is this by design?

edalford11 avatar Aug 17 '16 18:08 edalford11