IPhone objective-c wifi favorites list

I have a question about developing an iPhone. Is there a code example or tutorial for getting a list, or maybe an array with wifi points that can be found in the current environment?

+3
source share
1 answer

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

This used to be done with private APIs, but I have seen several applications do this in a store that does this.

+1
source

Source: https://habr.com/ru/post/1764065/


All Articles