Post

Replies

Boosts

Views

Activity

Comment on How to make siri ask user for inputs programmatically.
Yes this is exactly what I want, my app has carplay media app (both CarPlay and Media Player frameworks) enabled (along with regular carplay and siri entitlements). I am trying to enable the cell with, CPListTemplate(title: title, sections: [CPListSection(items: rows, header: "", sectionIndexTitle: "" )],assistantCellConfiguration: config) but carplay simulator does not show it. Do I need to enable additional things, I also support playMedia intent.
Apr ’25