Checking status of GCM message

前端 未结 2 1588
忘了有多久
忘了有多久 2020-12-30 08:37

I\'m trying to send a message to my phone by using GCM. I receive a message id=0... response but my phone doesn\'t show any message. Is there a way to check the status of me

2条回答
  •  萌比男神i
    2020-12-30 09:00

    Nope. If you received message_id=xxxx response, then GCM server has accepted your request and will process it ASAP. Whatever happens after that you have no control over with. You won't get another response whether the messages are delivered to the intended devices.

提交回复
热议问题