Show available wifi in a UITableView like iHome Connect

I would like to show a list of available wifi in my next application, similar to iHome Connect. http://itunes.apple.com/us/app/ihome-connect-setup-app-for/id450241802?mt=8

I did some search queries and found out that the only way to do this is to use a private API (illegal), but are there apps in the app store that do this?

Did anyone have to do this? If so, what private API did you use and did you reject your application?

+4
source share
1 answer

It is possible to use a private API, and your application will most likely be rejected.

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

0
source

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


All Articles