Code Block <key>com.apple.developer.networking.multicast</key> <true/>
After adding this, automatic signing failed with an error:
I then tried to create a profile manually, but the "Additional Entitlements" here only showed the Network Extension entitlement that I also have for this app id. I created it anyway, and got the same error.Provisioning profile "<name>" doesn't include the com.apple.developer.networking.multicast entitlement.
Are there additional steps other than adding the key to the entitlements file to use this entitlement?
That’s quite possible. Entitlements are granted to a specific team and must be enabled for a set of specific profile types within that team. It’s possible that there’s been a mixup there.Maybe this makes a difference when being granted an entitlement?
Regardless, if the additional entitlement item doesn’t show up for the team and profile type you need, you should get in touch with folks who granted you the entitlement. I recommend that you include a series of screen shots showing the process you used to create your provisioning profile, including one that confirms the Team ID.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@apple.com"