Languages

Menu
Sites
Language
Push Notification Delay

Hi!
I am having a delay with the push notifications that I receive on my smartwatch app. The push notification is created successfully on the server. It responds:
{ "results": [{ "regID": "XXXXX", "requestID": "XXXXX", "statusCode": 1000, "statusMsg": "Success" }] }
However, sometimes it takes some minutes to reach the smartwatch application. It usually happens with the first notification, then the subsequent notifications arrive instantly.


In the documentation I've read that:
"The response message only shows whether receiving the notification request was successful. The response message does not deal with whether the push service receives the notification. The order of the response message is the same as the request message order."

 

So, I would like to know if there are any time range to consider until receive the push notification on the client.
And also, I would like to know if there are any platform/API where I can get about the push notifications I sent and their status.

 

Thanks a lot!

 
Edited by: Julian Scialabba on 27 Nov, 2020