2

I have to build an App that responds if a special Wi-Fi network is nearby.

Is it possible get a list of wi-fi networks that are nearby. If so, please let know, so that I have an idea how to solve this.

Best regards, Jennifer

user1219432
  • 153
  • 1
  • 6
  • This goes for majoroty of your questions: is this ment for a non-jailbroken iphone and for an app store app or for private (off app store) use? +1: interesting questions – Rok Jarc Mar 02 '12 at 18:08
  • Possible duplicate of [iPhone get a list of all SSIDs without private library](https://stackoverflow.com/questions/9684341/iphone-get-a-list-of-all-ssids-without-private-library) – Senseful Sep 24 '18 at 05:24

2 Answers2

5

No there is no API in the SDK that will allow you to get a list of WiFi networks.

rckoenes
  • 69,092
  • 8
  • 134
  • 166
0

You need a jailbreaked iOS Device and check out this https://github.com/mustafa96m/iOS-Wireless-Scanner-API

Hopefully It Helps :P

mustafa96m
  • 329
  • 3
  • 16