Adding Multicast Networking Entitlement to my App

Hi!

I've applied for and received the multicast networking entitlement. I'm befuddled as to how to apply it. I'm somewhat new to iOS development.

I've followed the instructions in this developer page as per the instructions in the email confirmation I received re entitlement granting.

https://developer.apple.com/forums/thread/663271

I've logged into my developer account, navigated to identifiers, and checked/enabled Multicast Networking under Additional Capabilities and saved them.

What do I do next? I've re-started Xcode but this new capability does not show up in my app.

I've tried running codesign utility but the examples in the above url don't work.

Any pointers/suggestions as to how to get this entitlement into my app?

Thanks,

Bobby

Here is screenshot of developer capabilities.

Xcode 14.3 on MacOS 13.3.1 Macbook M1

Accepted Answer

Hi!

Looks like I finally resolved this issue. I had to stop Xcode, remove all the DerivedData from ~/Library/Developer/Xcode/DerivedData, and then restart Xcode. The entitlement then appeared.

Bobby

Adding Multicast Networking Entitlement to my App
 
 
Q