-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Support iOS 11 wifi connection capability #117
Comments
@joelquatro Have you been able to do this yourself? I'm currently trying (check my fork) but I've never worked in objective-c so this is 'fun'. |
@arsenal942 seems that it's not working in ios 11 as well, I got the internal server error when I used nehotspotconfiguaration. Not sure why it is not working.... |
@BauerCarlo It definitely works as I use it in my application, hence why I made the plugin. You need to have Hotspot configuration properties enabled in the config file along with networking. Make sure you're using Cordova 7+ as well. |
The API information is available here:
https://developer.apple.com/documentation/networkextension/nehotspotconfiguration
Thanks!
The text was updated successfully, but these errors were encountered: