Reputation:
I was thinking of making an app for myself only to send my iPhones notifications to my MacBook Pro and vice versa. I have a feeling that this is not possible due to privacy, however I’m going to ask anyway, is it possible just to at least get the name of the app that’s pushing the notification and the content? I have read about the ‘UNUserNotification’ and it’s not clear what permissions are allowed?
Thanks,
Nathan
Upvotes: 0
Views: 492
Reputation: 54706
No, that is not possible. Apps only have access to the notifications sent from/to that specific app, being either local notifications of push notifications. You cannot access notifications of other applications.
Upvotes: 3