Можно ли получить уведомление на симулятор carPlay?

пытаюсь получить уведомление на симулятор carPlay. Запускаю симулятор iPhone, подключаю к нему external display carPlay, затем отправляю уведомление на симулятор iPhone где его успешно получаю, но не получаю на carPlay. В первую очередь интересует можно ли вообще получать его на симуляторе или нужно реальное устройство?

Категория уведомления:

UNNotificationCategory(identifier: "UNIdentifiers.video", actions: [ac2, ac4], intentIdentifiers: [], options: .allowInCarPlay)

Запрос:

center.requestAuthorization(options: [.badge, .alert , .sound, .carPlay])

Само уведомление:

{
    "Simulator Target Bundle": "com.blabla.bla.testcarplay",
    "aps": {
        "alert": {
            "title": "Push on the simulator",
            "subtitle": "Test push notification",
            "body": "This notification will show up in the simulator!"
        },
        "category": "UNIdentifiers.image"
    }
}

Ответы (0 шт):