-
Notifications
You must be signed in to change notification settings - Fork 197
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
Socket listen failed on iOS 14.0.1 #194
Comments
I'm having the same issue. Did someone know if there are solutions or workarounds for this? |
Hi there, got the same problem but it's working in debug mode and not through TestFlight (in release mode)... |
Hi @fb64 i already asked for the entitlement but Apple said we don't need it. |
Hi @fb64, did you receive any reply from Apple? This is the reply I received: Thank you for your interest in Multicast Networking. It sounds like you’re using WebSockets to make a unicast UDP connection to your devices. If that’s the case, you shouldn’t need the entitlement, just add the usage description so your users know why you use their local network and you should be all set. See How to use multicast networking in your app for more details, and if you have questions or issues, please use the “Network” tag on the Apple Developer Forums. |
Hi @igorsquadra, FYI my request was approved : Your request to use Multicast Networking was approved. You can now add the Multicast Networking entitlement with your Provisioning Profile. I'll try that in coming days... |
Hi @fb64, |
Hello everyone,
with update to iOS 14.0.1 (not tried on 14.0) I'm not able anymore to start Socket with
listen
method.Here is my code:
I'm not able to retrieve address and source port.
I'm able to let it work just re-run the app from Xcode otherwise it doesn't work.
It works perfectly on iOS 14.2
Someone noticed this problem?
Thank you in advance for your help!
The text was updated successfully, but these errors were encountered: