iPhone reachability checking
- by Sneakyness
I've found several examples of code to do what I want (check for reachability), but none of it seems to be exact enough to be of use to me. I can't figure out why this doesn't want to play nice.
I have the reachability.h/m in my project, I'm doing
#import <SystemConfiguration/SystemConfiguration.h>
And I have the framework added. I also…