edamov / pushok

PHP client for Apple Push Notification Service (APNs) - Send push notifications to iOS using the new APNs HTTP/2 protocol with token-based (JWT with p8 private key)
MIT License
368 stars 119 forks source link

Duplicate pushes #133

Open upngo opened 3 years ago

upngo commented 3 years ago

Occasionally I receive duplicate pushes. I've verified that I'm only adding a unique array of notifications to different people. This doesn't happen every time, but ~ 1/10 ish.

new ApnsClient(....)->addNotifications(...)

hiteshlalwani-tudip commented 3 years ago

I am facing a similar issue with push notifications. Can anyone update here on what I can do to resolve it?

snappmobilenz commented 2 years ago

We are also facing the same issue, Has there been any progress made here yet?

upngo commented 2 years ago

haven't seen anything :(

upngo commented 1 year ago

I will update the library and retest. See there's been a release. Not sure if closure related to fixing issue

edamov commented 1 year ago

@upngo I didn't see any messages here for a while so I decided to close the issue. But now I reopen it. I read that it is a common issue for other libraries too and maybe it is a bug on the apple side.