My iPhone is connected to an access point through a WiFi connection. Does anybody now how I can retrieve this Access Point's MAC address with Objective-C?

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

Look here and then here

link|improve this answer
Thanks, that helps a lot. Is it also possible to get the BSSIDs of all available access points instead of only the one I'm currently connected to? – Deniz Sep 22 '09 at 16:37
Thats what this will do - the NSDictionary networks contains a list of all the visible networks – James Raybould Sep 22 '09 at 18:37
Brilliant. Thanks! – Deniz Sep 23 '09 at 7:48
I've found this post seeking for a way to get the access point MAC Address for a Wifi network. I'm a bit confused. Using this could cause that app will be rejected for app Store? – Rotten May 3 '11 at 15:00
1  
Because its using a private API it'll get rejected. I mean you can try sneak it past them... – James Raybould May 4 '11 at 18:20
feedback

Your Answer

 
or
required, but never shown