IOS detect WiFi hotspots or Bluetooth Devices [closed]?

Up vote 1 down vote favorite 1 share g+ share fb share tw.

Possible Duplicate: iOS detect WiFi hotspots or Bluetooth Devices I know that without users permission trying to switch on WiFi or Bluetooth is not possible (rather comes under private API). I don't want to go there. Assuming WiFi is switched on or assuming bluetooth is switched on.

Is it possible to detect all Wifi hotspots around my device (iPhone or iPad)? Same for Bluetooth? I want to do this in Xcode Version 4.

X with iOS SDK 4.3 iphone ipad ios ios4 link|improve this question asked May 28 '11 at 14:06Srikar10.4k31555 97% accept rate.

So the question this is a potential duplicate of doesn't really provide an adequate answer in my mind, so here we go... iOS has very limited WiFi options available to developers. What you can get: the current hotspot SSID and some other relevant data using CNCopyCurrentNetworkInfo. What you can't get: information about other access points that you may be in range of.

(...you can get this data through a private API call, but then your app won't make it on the app store). Bluetooth is also fairly limited, but the question Deepak linked to you above actually provides more relevant information on that front.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions