I'm wondering if we able to send Local Push Notifications from DeviceActivityMonitor
extension...
-
If we have to use AppGroups to pass info between an app and the extension, could we post notification though
UNNotificationRequest
? -
I also tried to push data through
NotificationCenter
, also doesn’t work. Can we do so, or did something wrong? -
Should these cases that I described above work from iOS 16 and above or not?
Thank you!