I have a Siri Intent that does a UDP broadcast to invoke WOL.
In iOS 14 I had to request the com.apple.developer.networking.multicast entitlement to enable my app to do this. With this entitlement my app is able to perform this function. However, my Siri Intent fails to. I’m guessing that it’s because the Siri Intent target doesn’t itself include this entitlement.
I can’t figure out how to setup, or if I need to separately request permission, this entitlement to my Siri intent? If I add it to my intent’s entitlement file the same way as I did to my main target’s entitlements file automatic signing fails.