3

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 ?

Dávid Pásztor
  • 51,403
  • 9
  • 85
  • 116

1 Answers1

2

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

DrMickeyLauer
  • 4,455
  • 3
  • 31
  • 67