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?
2
0
39