Dear Quinn,
In February 2021, when an Entitlement was added to Team ID WEJZZZZZZZ, I received the following email from Apple and learned how to add the Entitlement to a provisioning profile:
Hi,
Does Apple add entitlement to my team ? (== App ID: WEJZZZZZZZ)
Yes, the entitlement was actually added to your “team”. That gives you the ability to add the entitlement to any app that’s managed by your “team”.
Here is the configuration information you can use to check the current status and/or configure your own project:
-To use the entitlement, you need to codesign your app with a provisioning profile that includes it. In the Apple developer portal website, you’ll need >to do the following:
In the “Provisioning Profiles” section, click the “+” and to create a new profile
In the “What type of provisioning profile do you need?” section, select “iOS App Development”
Walk through the creation process and directly after the “Select devices.” section, you should see a new section titled “Do you need additional ent>itlements?”.
In the new section, there is an “Entitlements:” popup, which will include list the new entitlement.
…and continue the process from there to generate the necessary provisioning profile.
To use the profile in your project, this is the process I recommend
-(Omission) -
Best Regards,
Apple Developer Relations
This time, an Entitlement has been added to Team ID NWKYYYYYYY. Has the method for adding the Entitlement to a provisioning profile changed since February 2021?
I have tried the same method, but the "new section" mentioned in
"4) In the new section, there is an “Entitlements:” popup, which will include list the new entitlement."
does not appear for Team ID NWKYYYYYYY.
NEAppPushProvider. In Xcode’s Signing & Capabilities editor,
it should show up as Network Extension (additional values).
Likewise in the App ID editor on the Developer website.
If there have been changes to the procedure and the above operation is now required for Team ID NWKYYYYYYY, please provide detailed instructions.