I am using the following method to receive notification from system when connected to Ford car's carplay:
NotificationCenter.default.addObserver(forName: NSNotification.Name.EAAccessoryDidConnect
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!