当连接到福特汽车的 carplay 时,我使用以下方法接收来自系统的通知:
NotificationCenter.default.addObserver(forName: NSNotification.Name.EAAccessoryDidConnect
添加 info.plist 键
支持的外部附件协议
com.smartdevicelink.prot29
但是我在使用雪佛兰 carplay 时收不到通知,不知道雪佛兰 info.plist 应该添加什么键?
任何帮助将不胜感激!
将相应的记录添加到项目的权利文件中
让您的 appdelegate 向CPApplicationDelegate确认并实现以下实例方法
application(_:didDisconnectCarInterfaceController:from:) 告诉应用程序委托应用程序与 CarPlay 接口断开连接。
application(_:didConnectCarInterfaceController:to:) 告诉应用程序委托应用程序已连接到 CarPlay 接口。
在此处查找有关各种其他监视事件的更多信息