Using UserNotification to Push CarPlay Messages

I've reached out to the Car Play team three times and still have not heard anything back, so I thought I would try this way...In my appdelegate.swift, I have:



UNUserNotificationCenter.current().requestAuthorization(options:[.badge, .alert, .sound, .carPlay]){ (granted, error) in }


which allows for badges, alerts, sounds and carplay. When I send an APN notification, I get the badge update, I can use a custom sound and I can also get the alert notification. Can someone let me know where the documentation is for further integrating with Car Play to get the notification on CP or how to accomplish that?


Thanks,


Justin

Replies

Hey did you get any update on same, I am also trying but no success