Travis Tubbs
Travis Tubbs

Reputation: 877

Is there a way to send notifications from phone to webbrowser

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

Answers (1)

Rafał Sroka
Rafał Sroka

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

Related Questions