Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

is it possible the get a list of all available SSIDs on the iPhone without using a private library?

I read iPhone get SSID without private library

http://stackoverflow.com/a/6341893/346255

https://developer.apple.com/library/ios/#documentation/SystemConfiguration/Reference/CaptiveNetworkRef/Reference/reference.html

but there doesn't seem to be a solution to get a list of all available networks without using a private library or connecting to all of them (what is ridiculous...)

So basically am I missing something or is there no solution?

share|improve this question

1 Answer

up vote 3 down vote accepted

Without the use of private library (Apple80211) you can only get the SSID of the network your device is currently connected to.

share|improve this answer
thanks - I was expecting this answer... – grubernd Mar 13 '12 at 15:04
2  
@grubernd: i wish i could give you a different one :) – rokjarc Mar 13 '12 at 15:27

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.