kerencic
kerencic

Reputation: 41

How to sync push notification between devices

I have a small question about push notification sync between devices.

For instance, I'm building an iOS and an OSX app.
Both of them support push notifications and I send notifications to both devices at the same time.

Is it possible to "hide/dismiss" the push notification (or change badge) on an OSX device if I opened a push notification on my iOS device? Like iMessages does.

I can't find any Apple API or third party service that does somthing like that.

Thanks for your help.

Upvotes: 1

Views: 731

Answers (1)

Sanderus2311
Sanderus2311

Reputation: 35

Does your app communicating with any server? If yes you can send information like "user-saw-content" to the server then send another push notification to cancel others notifcations if necessary.

Upvotes: 1

Related Questions