Reachability issue with iOS8

帅比萌擦擦* 提交于 2019-12-05 02:57:21

问题


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.


回答1:


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



来源:https://stackoverflow.com/questions/25719500/reachability-issue-with-ios8

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!