How to get the current connection wifi channel (frequency) in iOS?
问题 I want to know how to get WIFI channel and frequency information in iOS. It would be better not to get from the private APIs (because I need to submit it to the iTunes Store). 回答1: There's no way to do this using publicly available APIs, as of iOS 7. The OS algorithm controls networking and decides which channel to use based on congestion, interference, and other factors. If you're okay with using private APIs, then you can use Stumbler , a library that exposes the data you're interested in: