If i am publishing a NSNetService in (Bonjour based NetWork) Iphone Application,which net Work will use in my application
If i am publishing a NSNetService in (Bonjour based NetWork) Iphone Application,which net Work
Share
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.
If you use the high-level NSNetService methods, (on both OS X and iOS) the
NSNetServicewill be published through any network interface that supports multicast packet transport. Since bluetooth supports this, you should be able to broadcast mDNS data over a PAN, although service advertising and discovery may be slower than on a normal IP network. Have a read through this for more information.