I am building a CarPlay navigation app and I would like it to be as hands free as possible.
I need a better understanding of how Siri can work with CarPlay and if the direction I need to go is using Intents or App Shortcuts.
My goal is to be able to have the user speak to Siri and do things like "open settings" or "zoom in map" and then call a func in my app to do what the user is asking.
Does CarPlay support this? Do I need to use App Intents or App Shortcuts or something else?
This sounds like a job for Voice Control: https://support.apple.com/guide/iphone/use-voice-control-commands-with-carplay-ipha24839833/ios
Generally, Voice Control works for CarPlay template apps without you needing to make any changes. If you encounter parts of your app that do not work with voice control, for example custom image buttons, please file a feedback request to tell us more.