简体   繁体   中英

Reachability issue with iOS8

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(ie 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.!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM