Does it send a notification that it has started that can be listed for, or is there a delegate protocol to implement?
I can’t find the documentation on the Google code page.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The method
- (BOOL)start:(NSError **)errPtrdoes return true when the server is started, false otherwise (any error will be available aterrPtrpointer). Further, the server publishes bonjour announcement upon successful startup.