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.
- Register device with GCM server.
- Get the registration ID successfully.
- 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.