tripflex / WifiWizard2

A Cordova plugin for managing Wifi networks (new version of WiFiWizard) - Latest is version 3+
https://www.npmjs.com/package/cordova-plugin-wifiwizard2
Apache License 2.0
123 stars 146 forks source link

Add iOS support for getWifiIP ported from cordova-plugin-networkinterface lib #84

Open digaus opened 5 years ago

digaus commented 5 years ago

iOS doesn't currently support getWifiIP, can be ported from cordova-plugin-networkinterface?

tripflex commented 5 years ago

So you used the issue template but didn't put any information in this issue.

Specifically you're referring to: https://github.com/salbahra/cordova-plugin-networkinterface/blob/master/src/ios/CDVNetworkInterface.m#L128

Which uses: https://github.com/salbahra/cordova-plugin-networkinterface/blob/master/src/ios/CDVNetworkInterface.m#L5

I don't have any iOS devices to test this with, but it shouldn't be too hard to port this over, will just need some people with iOS devices to test this for us

digaus commented 5 years ago

@tripflex

Got a mac and an iPad, will provide a PR soon, so be prepared ;)