We have the same problem like you. In our app, we have configured and Apple granted us to use the com.apple.developer.networking.multicast.
We only need to open and receive UDP broadcast packets, but it doesn't work because the iOS 14 isn't asking/doesn't appear the permission to use Local area network.
How did you do it? @jda-circle
Post
Replies
Boosts
Views
Activity
1-Do you know if it is needed to add the com.apple.developer.networking.multicast entitlement to only receive UDP broadcast packets?
2-Do you know how long Apple takes to approve /reject to add the com.apple.developer.networking.multicast entitlement?
We fill this form a few days ago: https://developer.apple.com/contact/request/networking-multicast, but we didn't receive any email/notification yet.
We need to fix this issue as soon as possible, because we have to update our apps, to be compatible with iOS 14. These apps controls various IoT devices, and with iOS 14, we are not able to receive UDP packets (it works with iOS13.6 and with iOS14 running under simulator)