Seems like a timing issue/race condition accessing the zap amount, if I had to guess. I’m guessing something about the push notification pipeline is asynchronous, so that would make sense.
reply
Yes, it's async so that could indeed explain why you see 2,3,2
But I don't get why the notifications are not grouped together using the tag property like on Android. Here, it says that Safari on iOS also supports it.
My guess would be there is some difference in the API for replacing notifications.
reply
Ohhh, I think I found the error.
Let me guess. If I reply three times to you, you only get a single notification which shows "you have 3 new replies", right?
Let this be the first reply.
reply
Second reply.
reply
Third reply.
Please tell me you only got one notification haha
If so, I am pretty sure what is causing the bug
reply
I got 3 notifications
reply
damn
reply
Same. I don't think there's any grouping happening on iOS.