Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Adding Custom UIScreen to CarPlay

Tags:

ios

swift

carplay

I am working on a CarPlay App ( with its own UI to be shown in carPly ). But, when I test it in simulator, I am seeing the same issue as the below question : Adding a CarPlay UI

I am not even getting UIScreenDidConnect notification when CarPlay is connected. I even tried checking the UISCreen.screens.count value. It is also showing as 1 (main iPhone screen).

How can I render my screen to CarPlay UI ? Why am I not getting the UIScreen events ?

like image 635
user3163002 Avatar asked Jul 11 '26 09:07

user3163002


1 Answers

As of iOS 12, custom UI is only available for CarPlay navigation apps. There is no general CarPlay app development yet for the public.

like image 176
DrMickeyLauer Avatar answered Jul 13 '26 22:07

DrMickeyLauer