INSearchCallHistoryIntentHandling and CarPlay

In order for a VoIP app to integrate into CarPlay it must implement

INStartAudioCallIntent and INSearchCallHistoryIntent. Also, according to the docs, call history search results must be handled by the app not siri. Having the user check out the results on their iphone while driving doesn't seem too safe 😕
. I noticied if I returned .success instead of .continueInApp for the call history response Siri would show the results. However, the problem is, if the user tapped on a result the contact was attempted to be called natively. Is there any way possible to have the VoIP app call history results displayed (shown in CarPlay) and use the VoIP app if selected?


Thanks,

Doug

Replies

Given the above, why would any third party VoIP app want to integrate into CarPlay when the bluetooth connection will give you the same functionality? What's the use of getting the VoIP entitlement?