Hi,
I'm setting up a client-server communication channel between an iPhone app (client) and a Mac app (server), using Bonjour.
So far, NSNetServiceBrowser on the iPhone app notices the launch and the quit of the server app on the Mac almost immediately, and sends the corresponding delegate messages.
However, it does not notice immedia...
I got a really annoying problem. Im trying to search after a NSNetService (that i know exist). I've copied the example code from http://www.macresearch.org/cocoa-scientists-part-xxviii-bonjour-and-how-do-you-do into my own application. I can see (in the example program) that my service is created. But when i hit search, and start a NSNe...
Hello,
in my iPhone app I have a NSNetServiceBrowser looking for a specific service published via Bonjour. Once it finds a NSNetService I resolve this service (to get the name, IPs and port) and display a list of those found services.
Now the problem/question:
Once a service stops publishing via Bonjour the NSNetServiceBrowserDelegate ...