I have CarPlay Video enabled for my account and App ID.
I tested both my main app and a completely new minimal iOS app with a new Bundle ID.
The minimal app only contains:
- UIApplicationDelegate
- CPTemplateApplicationScene configuration
- CPTemplateApplicationSceneDelegate
- A single CPListTemplate root
Results:
- With com.apple.developer.carplay-audio only, CarPlay launches normally.
- When com.apple.developer.carplay-video is added, CarPlay opens a blank screen.
- No CarPlay callbacks are called: application(:configurationForConnecting:options:) CPTemplateApplicationSceneDelegate.templateApplicationScene(:didConnect:) CPApplicationDelegate.didConnectCarInterfaceController
The signed app and embedded provisioning profile both contain com.apple.developer.carplay-video.
Does CarPlay Video require an additional runtime allowlist, specific head unit support, a different scene configuration, or another entitlement beyond com.apple.developer.carplay-video?
This is a known issue in the beta build. Could you please verify if you can reproduce this on iOS 27 Beta 7? If you're able to, please file a Feedback report via Feedback Assistant and share the Feedback ID here for our records.