I am facing issue in iOS8.0. Before a UPNP search I am checking for wifi connection using Apple's Reachability code.
All things runs fine on iOS7 and earlier versions but for iOS8.0 beta5 (iPad mini, iPad air) it is failing and giving wrong results(i.e WIFI not reachable etc..) even when wifi is available.
Is Someone else is facing the same issue. and found a solution for this. Do let me know. Also do let me know if this is an Apple issue as this issue doesnt appears on all devices.
Solved
I also get same problem in one of my application, in this app i was using old Reachability with version 2.2, I replace this reachability files with apples latest version 3.5, and it works.
Please check the version of your Reachability file,
You can get latest version of Reachability from below path:
Apple Reachability 3.5
Hope it helps You.!