Hello my app needs to retrieve current wifi signal strength for iOS 7 devices and above. What I have found so far..
Can get SSID and BSSID from CaptiveNetwork api/framework but not signal strength
From my understanding Apple80211 is outdated and doesn't work with iOS 7 and above. MobileWifi.framework is an alternative that apparently works but a jailbreak is needed (I need non jailbreak).
So can anyone help me here? And please don't point me at other stackoverflow questions unless they provide me with a solution, thanks.