1

I want to get the list of wifi network near my iPhone. Get the details such as signal strength,SSID , MAC Address from the wifi network, without using any 3rd party library (i do not want my app to be stuck off in any review process). please help me , i need to get this going soon.

user2903299
  • 101
  • 2
  • 9
  • As of iOS 7, MAC address access has been removed. – SEG Jan 27 '14 at 09:37
  • possible duplicate of [Accessing iPhone WiFi Information via SDK](http://stackoverflow.com/questions/351954/accessing-iphone-wifi-information-via-sdk) – rckoenes Jan 27 '14 at 09:38
  • 1
    its the mac address of the wifi access point , not of the device.... – user2903299 Jan 27 '14 at 10:40
  • 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

1 Answers1

0

Simple answer… You can't by using public library. You sure can using private ones, but you don't want apple to reject your app.

Prince Agrawal
  • 3,619
  • 3
  • 26
  • 41