简体   繁体   中英

Status of the Push Notification from google server

Is there any Possible way for getting the status of the push notificatioin wheater it is queued for sending or already Send. I had posted some push notifications to gcm server but customers didnt got it. Is there any possible way for getting the status of the notification

There is no way to get the status of an individual message from GCM server.

The response you get from Google only tells you whether your message was valid and accepted by GCM server.

Once the message reaches your app, the only way for your server to know about it is if your app notifies the server as part of handling the message. That's something you'll have to implement yourself, with an API call to your server.

Other then that, if a message was accepted by GCM server and didn't reach the app, you have no way of knowing whether Google attempted to deliver it or not.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM