Hello everyone,
I have implemented local notifications on a macOS app using the UserNotifications framework in the PacketTunnelProvider of Network Extension. Notifications are sent and displayed successfully from the extension. They are also showing the correct app icon when shown in Notification Centre but when I clicked on the notification, the system is not able to recognize the containing app and is showing this modal window:
Can it be something with the bundle id that has to be set up explicitly when sending the notification from the extension?
We have the same approach in the iOS application and clicking on the notification opens the app correctly.
I would really appreciate the guidance here. Thank you very much!