hoerresb / WifiWizard

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

Support iOS 11 wifi connection capability #117

Open joelquatro opened 7 years ago

joelquatro commented 7 years ago

The API information is available here: https://developer.apple.com/documentation/networkextension/nehotspotconfiguration

Thanks!

arsenal942 commented 6 years ago

@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 commented 6 years ago

@joelquatro https://github.com/arsenal942/Cordova-Network-Manager

BauerCarlo commented 6 years ago

@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....

arsenal942 commented 6 years ago

@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.