hoerresb / WifiWizard

A Cordova plugin for managing Wifi networks
Apache License 2.0
205 stars 177 forks source link

WifiScanresult works for iOS device? #72

Closed MuraliKrishnaDev closed 8 years ago

MuraliKrishnaDev commented 8 years ago

Hi,

WifiScanresult functionality will not work on iOS device, Please guide me is there Any plugin or workaround to get scanresult in iOS devices,

Thanks and Regards, Murali

parsonsmatt commented 8 years ago

Hi Murali,

iOS is not fully supported. See:

iOS has limited functionality, as Apple's WifiManager equivalent is only available as a private API. Any app that used these features would not be allowed on the app store. The only function availabe for iOS is getCurrentSSID.

Thanks!