Page 1 of 1

Missed Notifications

Posted: 31. Jan 2017, 10:52
by Heathy65
How are missed notifications handled.

For example if I send a group notification and both target devices are off/unavailable will the message appear when they are on/available?

Also are group notifications independent? So I send a message to a Windows 10 PC and an iPhone. That person is out so they see the message on their iPhone straight away. When they get back to their PC later will they see that "old" message again?

My thinking is how to avoid old messages.

Also there doesn't seem to be a timestamp on messages (unless that's actually added in the message itself).

Re: Missed Notifications

Posted: 31. Jan 2017, 12:30
by admin
How are missed notifications handled.

For example if I send a group notification and both target devices are off/unavailable will the message appear when they are on/available?
If devices are inactive, messages are not delivered as push-notification and also not displayed in the app.
Also are group notifications independent? So I send a message to a Windows 10 PC and an iPhone. That person is out so they see the message on their iPhone straight away. When they get back to their PC later will they see that "old" message again?
My thinking is how to avoid old messages.
Push Notifications are delivered as soon as the device can receive them, ie, the device must be switched on and there must be a connection to the Internet, but the api save them to the server for later reading.
Also there doesn't seem to be a timestamp on messages (unless that's actually added in the message itself).
From the OS the push-notification gets an timestamp itself. In the app you see the date/time, when the message arrives the pushsafer api for processing.

I hope this helps you.
Kevin

Re: Missed Notifications

Posted: 31. Jan 2017, 12:36
by Heathy65
Thanks for the clarification Kevin