Reachability
Reachability copied to clipboard
user has disabled cellular data usage for the app.
when user has disabled cellular data usage for the app,return reachable ...
Some more details would be helpful for this. Please provide details @QiuZhiFei or close this issue.
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?