Reputation: 877
This may seem like a silly question, but I am wanting to code a web extention to display the notifications that my iphone gets in my web browser (or just store them in a database to do whatever).
I am wondering if iphone has a way to report all of its current notifications to a database without having to go from app to app to make it happen.
Upvotes: 1
Views: 34
Reputation: 40030
Unfortunatelly this is not possible. You cannot intercept notifications.
What you could do is send information about received notification to your backend when user opens the app from the notification.
Upvotes: 1