Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to determine CarPlay connection programmatically?

Tags:

ios

carplay

Just would like to know: is there any way to programmatically determine if an iPhone is connected (via USB or Bluetooth) to the CarPlay system? Thanks in advance.

like image 770
stspb Avatar asked Aug 15 '26 17:08

stspb


1 Answers

CarPlay navigation apps can use the CPApplicationDelegate to find out whether they're connected or not. CarPlay audio apps do not need to do that.

like image 108
DrMickeyLauer Avatar answered Aug 18 '26 06:08

DrMickeyLauer