iOS: Reachability - startNotifier fails after returning to app
问题 I have Reachability working exactly as suggested as in this thread. I am using the open source Reachability. However I am not using blocks but notifications, hence the process is pretty similar to the Apple's Reachability code. The first time I start the app, I run this and it works great. Reachability *reachability = [reach hostReachability]; [reachability startNotifier]; The reachabilityChanged: event is firing: [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector