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 ?