android - Using GCM how to know message is arrived or not in the device? -


<3> Message from the third party app server

To allow me to push the message Google Cloud Messaging Service use Android device. I go through the implementation of the GCM service in my forum. I follow all the steps shown there.

After creating the GCM-Demo-Client client application as mentioned above, the steps I follow are as follows:

    < Li> Install GCM-Demo-Client in my Android device.
  1. Register device with GCM server.
  2. Get the registration ID successfully.
  3. Send Message This gives me 200 statuses from my third party application server. OK This means that successfully sent messages to my registered Android device

However, if the device is not capable of receiving any message then how can I know whether the message has arrived or not when the application is not running

I'm now able to get the message using GCM. My mistake is that I work on GCM-demo-client's project I have some stuff, but what do I do is create a new Android project and The Uru nor am going to implement it. Now it is working.


Comments

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -