-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with using net-mdns with Xamarin.ios #78
Comments
Created a repo for anyone who encounters this issue. FYI: Unable to achieve the goal with NSNetService but able to with net-mdns is https://github.com/Raj123456788/ZeroConfiOS |
Could you document the changes that were needed? |
Sure, I will send you update in details.You just need to remove the dependencies. Why does publishing a service takes a min to show up in the browser? I am publishing JoshMobile below and it takes a minute to publish. Can you please tell me why? |
After Client.Dispose(); Service is still can be seen on airplay control Center discovery? What does that mean? |
Hi @richardschneider : I just removed the dependencies of .NETFramework4.6.1 & .NETStandard 1.4 in order to make compatible cross platform. The only dependecy is .NETStandard 2.0 |
Re: #78 (comment) Use |
Yes, i already do that. but is there any delay that I need to wait before I publish again? Calling ServiceProfile.Advertise() & mdns.Start() |
Hi Richard,
thank you so much for your hard work. I did see this issue # 54 #54 (comment)
Did you get chance to fix it?
Or are there any mtouch arguments that I need to add to make it work with xamarin.ios
The text was updated successfully, but these errors were encountered: