1

I am using the following method to receive notification from system when connected to Ford car's carplay:

  1. NotificationCenter.default.addObserver(forName: NSNotification.Name.EAAccessoryDidConnect

  2. Add info.plist key

    Supported external accessory protocols

    com.smartdevicelink.prot29

But I can not receive notification when using Chevrolet carplay and dont know chevrolet info.plist should add what key?

Any help would be appreicate!

Liu Chao
  • 11
  • 2

1 Answers1

1

Find more information on various other monitoring events here

Durai Amuthan.H
  • 31,670
  • 10
  • 160
  • 241
  • Thank you for you answer. But CPApplicationDelegate is used for navigation app, my app is not a navigation type app. And also, I can receive the notify on Ford car after adding key like com.smartdevicelink.prot29 to info.plist. But on Chevrolet car, I don't know add what key, so cant receive notification. – Liu Chao Jun 18 '19 at 01:30
  • Have you managed to solve it yet ? – Amogam Jan 27 '22 at 04:43