I am using Bonjour for my iOS application. When i use
[self.netService stop];
Service do not stop publishing. Also when i turn off the wifi
- (void)netServiceBrowser:(NSNetServiceBrowser *) serviceBrowser didRemoveService:(NSNetService *) service moreComing:(BOOL) moreComing
this method is not getting called. for wifi Turn off i want some event from Bonjour so that i can stop other things in my app. Does any one have solution for this. Thanks in advance.