iOS implementation planned?
So, now that the plugin works with Android... Do you have any plans to enhance the lib to iOS? Haven't found a working lib for Android AND iOS yet. Or do you have any recommendations how to proceed if I need zeroconf on both platforms?
Thanks!
it has been in the backlog for a while now... (pull requests are always welcome)
Unfortunately I have no clue of iOS development ;)
If it helps, here is a list of the plugins I found yet:
- https://github.com/driftyco/cordova-plugin-discovery seems to be for Android and iOS, but nobody seems to know if it is working.
- https://github.com/jarnoh/cordova-dnssd iOS
- https://github.com/SayGoSolutions/Cordova-BonjourBrowserProxy iOS
Thanks for the pointers! I was aware of some of them.
The issue with this plugin is that it has a larger API surface than other existing iOS plugins seems to provide (e.g. find a server in the local network). The proper implementation would have to be the same for both platforms, and I'm in (almost) the same situation regarding iOS development :).
@vstirbu https://github.com/cambiocreative/cordova-plugin-zeroconf this fork seems to support iOS pretty well, can't you merge it ?
it would be nice if @cambiocreative would make it, but lets see...
@ovhemert @cambiocreative: how likely is it that you merge your work with this repository? :)
it seems that https://github.com/cambiocreative/cordova-plugin-zeroconf also just implements the .watch function, which is also supported by https://github.com/vstirbu/ZeroConf/pull/17. As the pull is based on 1.2.0 we should focus on this one, I guess :)