However I am wondering how do I get it so that it moves the screen to a now playing screen. As when I go to the CarPlay Dashboard and click now playing I can see it does get the now playing information from my app.
I have included my CarPlaySceneDelegate.swift file so people can see how I got it to work. As there is not a lot of documentation around how to get CarPlay apps to work.
I tried
Code Block let nowplayingTemplate = CPNowPlayingTemplate.shared interfaceController.pushTemplate(nowplayingTemplate, animated: true, completion: true)
But that produced an error, wondering how do I get it to transition to the now playing template once a list is clicked/pressed