I'm using Reachability.m/.h to check internet/wifi status. Everything is working great with the Library, I get a notification every time the status changed thanks to the notifier and the observer but sometimes (rarely but still, sometimes) the status doesn't change.
In some part of my code I need to "force" the checking of the reachability. Is there any way I can do that with the class Reachability.m/.h?
Create a method named
connected
:Use it like this when you want to force check the reachability :