Entitlement com.apple.developer.playable-content is missing (CarPlay) with XCode15

Since XCode 15, we can't get our app in the app store no more. While uploading, we get the message: "Entitlement com.apple.developer.playable-content is missing".

The entitlement is for CarPlay and it worked for years -we did not change anything.Now with XCode 15, we had to remove CarPlay completely, otherwise we wouldn't get the app in the App Store no more.

Replies

any updates?

My solution is to remove the "com.apple.developer.playable-content" entry from the entitlement.plist but leave the "com.apple.developer.carplay-audio" entry as it is.

"com.apple.developer.playable-content" is deprecated!

@ThreadPitt The same for me.

@JeanetteMueller Is CarPlay working with this approach?

For me, it crashes while opening the app on CarPlay and I think the reason is that the feature is implemented with MediaPlayer framework which requires "com.apple.developer.playable-content" entitlement.