Can I use Bonjour SDK in an universal app? I'm having trouble to add Bonjour reference in my Visual Studio. I did install Bonjour SDK on my machine.
The closest question I can find is this. It is a one year old question and being left without a proper answer.
I'm using Visual Studio 2015 to develop an universal application with .Net framework 4.5.2.
I can run the simplechat sample from Bonjour SDK and it generates a interop.Bonjour.dll. In the solution, there is a Bonjour reference pointing to that dll file. How can I do the same thing in Visual Studio 2015?
If this is not possible, is there any alternative? Please bear in mind I also need to implement the same feature for an iOS/OSX and maybe an Android.
Edit: The app should be able to detect and talk to each other on different platforms.
Edit: Would multicast be another solution?