IOS network quality

Does anyone know if it is possible to analyze network quality (wifi) on an iOS device? Like bars and speed.

I used the reachability project from apple, but I would like to get more information, then the YES / NO result will return to achievement.

+3
source share
1 answer

AFAIK, there is an infrastructure on the Mac CoreWLAN, but on iOS there is no such structure (at least not publicly available). It might be low level and use some BSD calls, but I don't know that.

+3
source

All Articles