tags:

views:

1530

answers:

1

Hi, this may be a newbie question...but I am in the world of MAC/iPhone development, I'm looking if there is anyway of retrieving a list of Wifi networks in the area. For example, if the Wifi on the iPhone is on i want to get that list of Networks available. I've searched through the Apple documentation but I can't seem to filter out what I need.

Thanks.

+1  A: 

Yes, though only using undocumented API's.

The Stumbler source code is a good reference;

http://code.google.com/p/iphone-wireless/

Andrew Grant
Ok thanks, I'll have to look into it. However, if I recall Apple does not allow a developer/company to submit an application on iTunes that uses undocumented API though. Is that correct?Thanks for the feedback!
@Aidan That's correct. undocumented APIs will get your app rejected.
John Fricker