我只想知道:有没有办法通过编程来确定CarPlay系统上是否连接了iPhone (通过USB或蓝牙)?提前谢谢。
发布于 2019-02-06 00:30:57
CarPlay导航应用程序可以使用CPApplicationDelegate来查看它们是否连接。CarPlay音频应用程序不需要这样做。
CPApplicationDelegate
https://stackoverflow.com/questions/47810594
相似问题