tripflex / WifiWizard2

A Cordova plugin for managing Wifi networks (new version of WiFiWizard) - Latest is version 3+

Home Page:https://www.npmjs.com/package/cordova-plugin-wifiwizard2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

digaus opened this issue · comments

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

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

@tripflex

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