We enabled it in our developer account and everything seems to work.
We also added "com.apple.developer.networking.multicast" to the .entitlement file and set the Value to 1 (true).
After we debugged our app on Xcode, our app was finally working with UDP.
Unfortunately after uploading it to the App Store, we found out that the App is not working from App Store or TestFlight.
Is there anything we forgot to do or did something wrong?
Additional note that might help:
For provisioning profile we selected the Development Profile and for App Store the App Store Profile. When I click on the info button next to it, it says it is including "com.apple.developer.networking.multicast" for both profiles.
I also created a new Development and App Store provisioning profile but still not working.
Any help is appreciated... thank you!
I'm uploading my app to TestFlight at the moment and I will give feedback when I tested the new version.
UPDATE
The app finally works. So at the end I just had to add "com.apple.developer.networking.multicast" to the Release.entitlements file and set Value true.