Certificates for Apple CarPlay

Good morning,
I have a problem with Apple CarPlay's certificates.

I have created a provisioning certificate for my application, during the configuration I set up support for Apple CarPlay. When loading on xCode however I get this error:
Provisioning Profile "iOS Team Provisioning Profile: BUNDLE_ID" does not include the com.apple.developer.playable-content permission.

I proceeded to insert what was requested into the .entitlements file, but I cannot solve the problem. How can I proceed?
You need to request the Entitlement at https://developer.apple.com/contact/carplay/ before you can create an app for CarPlay.
I have already sent a request to create an app for Apple CarPlay. I have already received a positive response. Unfortunately the problem is the creation of the certificate.
Using special entitlements require that you switch to manual code signing and then use the developer web site to create a provisioning profile that includes your special entitlement in its allowlist.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@apple.com"
Certificates for Apple CarPlay
 
 
Q