I am working on iOS application and I would need to detect when network changes either from Wifi connection to another Wifi connection or between Wifi and 3G.
I have tried using Reachability library but it seems it does not detect changes between Wifi connections. What can I use?
Target of the application would be App Store so I can't use private methods of Apple.
UPDATE: After some testing I have found out that when testing using simulator it works perfectly. I get notifications without any problem. iphone problem, maybe?
Thanks in advance