3

我们正在开发具有音频消息功能的应用程序。现在我们计划开始将其与 carPlay 集成。

是否可以通过 Messaging 和 Voip 使用 CarPlay 发送/接收音频消息?

如果是,任何人都可以提出一些有用的链接或演示。

4

1 回答 1

1

I suppose that you need to use Siri with Messaging:

The CarPlay framework is for use by navigation apps only. If you want to add CarPlay support to your audio app, use MPPlayableContentManager. For messaging apps, use SiriKit’s Messaging-related intents to support reading and sending messages in CarPlay through Siri. For VoIP calling apps, use CallKit with SiriKit’s VoIP Calling-related intents to make and answer audio calls on a CarPlay system.

If you use other "reader" I think you have to get an access for CarPlay from Apple. Contact with Apple to get an CarPlay entitlement (https://developer.apple.com//contact/carplay/). Then build your CarPlay interface, plug in to a car and just play audio using "regular" app's code.

于 2019-11-19T09:51:38.070 回答