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.

I need to get the name of the currently connected Wi-Fi hotspot, e.g. "NETGEAR". You can do it by using CaptiveNetwork ( How do I use CaptiveNetwork to get the current WiFi Hotspot Name ), but this class is available in iOS 4.1 or later only. I would like to compile my app for iOS 3.2 to capture more users.

Is there a way to determine Wi-Fi network name without using CaptiveNetwork?

share|improve this question

closed as off topic by casperOne Aug 17 '12 at 11:54

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

No, there is no CaptiveNetwork api on 3.2

Anyway have a look to iPhone get SSID without private library:

share|improve this answer

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