Reputation: 11
I am developing IOS native application using Swift and I've done .udp broadcast. It was working well but after I updated my Iphone to IOS14, I started to get error when I try to broadcast, which says no route to host error code 65. How can I solve this problem?
Upvotes: 0
Views: 2416
Reputation: 51
This is a new IOS "feature" where local network access is restricted and in particular broadcast and multicast require special approval from Apple. See this for more information and a link to the entitlement request page:
https://developer.apple.com/news/?id=0oi77447
Upvotes: 1