Does anybody know if it is possible to analyze the (wifi) network quality on a iOS device? Like bars and speed.
I used the reachability project from apple, but i would like to have more information then the YES/NO result the reachability returns.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
AFAIK, on the Mac there is the
CoreWLANframework, but there is no such framework (at least a public one) on iOS. It could be though that one can get low level and use some BSD calls, but I do not know that.