I am creating an UNNotificationServiceExtension
, but I'd like to test it without having actual remote notifications while developing it.
Is it possible to trigger it without remote notifications?
I have tried with UNNotificationRequest
, but that does not seem to work for the service extension. I have tested with UNNotificationContentExtension
and that works, but it doesn't seem to work on UNNotificationServiceExtension
.