-
Notifications
You must be signed in to change notification settings - Fork 146
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
iOS scan "Not supported" #6
Comments
TBH i'm not sure I haven't had a chance to test out the iOS stuff, but IIRC I only think connect and disconnect work for iOS, i will be testing here in the next week or so and will be able to comment for sure on this |
Ok great thanks, be good to know if you get any further. |
I think I have the same mistake. Do not get to wifi scan on iOS. My Problem is that startScan give status okay but getScanResult give an empty alert, |
I'm considering implementing this, but biggest concern is IOS Scan, connect/Disconnect capabilities. |
iOS Scan isn't available on iOS, I confirmed that directly from apple, connect works. |
Sorry guys I haven't had a chance to do any testing on iOS devices as the only one I have available is my girl's phone .. and of course she's not going to let me have it for the entire day 😛 Does anybody have an iPhone they would be willing to do some testing on? |
@tripflex Apple does seem to offer an option to do wifi scan from the app, but the requirements are pretty high (check for how to apply for MFi program) Connect / disconnect does work on IOS. |
@captainreptile thank you for the response and letting me know, i'll see if i can find any more information or some other people to maybe help us out on this ... if any of you know any iOS devs, please feel free to invite them to help us out 👍 |
I also got errors when scanning on iOS. I tried to use |
@brassier That's because I never wrapped it in a ALSO: You can't perform a WiFi scan with iOS. Please for the 1000000th time, read the documentation I have provided on the iOS section. |
@arsenal942 - sorry for the frustration. The docs have Looking forward to the |
@brassier @arsenal942 that's my fault when adding everything to the readme, since I do not use iOS it must have just been oversight, i'll update the readme |
Any update on this feature? |
@luisAzcuaga 10 years iOS, WiFi scan API was never available, it's a security feature of iOS, it will never change. The only way to achieve this is by Jailbreak. |
Error Handling Success Connection Loop bug
WifiWizard2.scan([], function(success) { console.log('success', success); }, function(error) { console.log('error', error); });
I'm getting: error – "Not supported"
Do I need permission as in:
https://developer.apple.com/library/content/qa/qa1942/_index.html
"NEHotspotHelper requires that your app have special entitlements."
The text was updated successfully, but these errors were encountered: