CarPlay

How to get list of current active CarPlay connections on iPhone programmatically ?

Replies

You can use the UISceneDelegate to determine what connected scenes you app has, and by configuration you can determine which connections are from CarPlay.

You would configure your scenes and use configuration name to identify different types of connections.