Im developing an app that uploads media to a server. I use Andrew Donoho's Reachability class to determine if I've got Reachability via WiFi, WWAN or if it is not reachable. (Users can choose if they upload media only over WiFi or WiFi and WWAN). If the application enters the background, uploads should continue. But if the user loses WiFi connectivity while the app is in the background, uploads should stop.
This is why I need to find a way to get Reachability changed notifications in the background, so I can stop uploading if the user loses wifi connectivity. I've looked and looked but haven't seen anyone talking about this. It seems it hasn't been a very widespread need.