-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getScanResults not supported on iOS ? #104
Comments
I am thinking that this might need some new line(s) in the -Info.plist file |
The readme says, "The only function availabe for iOS is getCurrentSSID." |
This was working before |
Is this repo still being maintained? I see 15 open PR and lots of issues and no words from the repo owner? |
This has never been available for iOS based devices. Apple do not let you utilise the inbuilt wifi functionality that WifiWizard taps into and the only thing they do let you see is what SSID you are currently connected to. What I have done as a workaround is serve up an apple profile configuration which has the SSID and password I want to connect to in it. It baffles me that Apple let you do this with profile configurations but don't let you access the internal wifi.... |
For those that are also interested, d8ce10a |
Here is my code:
This works fine on Android, but on iOS I am getting this message from the startScan error callback:
I am using the WifiWizard 0.2.11 version installed from the next command line:
this adds the following line in my config.xml file:
Is my way of doing it the problem or is this just not compatible at all with iOS devices ?
The text was updated successfully, but these errors were encountered: