Page 1 of 1

Getting same notification many times

Posted: 12. May 2021, 14:56
by simon12
Hi,

I'm sometimes getting the same notification multiple times (usually it's twice).
Today I was getting the same notification constantly (multiple times per minute). To make sure, I double checked my code that sends notifications was not running anymore, but I was still getting new notifications constantly...

The only solution to stop these notifcations was to disconnect the device (iPhone), but as soon as I connect the device again I'm getting the same notifications again (the code that sends notifications is still not running).

Do you know what the problem could be?

Re: Getting same notification many times

Posted: 13. May 2021, 17:03
by admin
Hi,

do you used a resend parameter in your script?

Retry: https://www.pushsafer.com/en/pushapi_ext#API-RE
Send a push-notification in an intervall of your choice, till to expire value is reached.

or

Confirm: https://www.pushsafer.com/en/pushapi_ext#API-CR
Send a push-notification in an intervall of your choice, till the message was read!

Kevin