Re: [android-developers] GCM pernision how impact our application.

2014-11-02 Thread Mukesh Srivastav
What do you mean by how it works ? here are the steps on this. 1. create a GCM server componenent which push the message to the APK(your application) https://developer.android.com/google/gcm/server.html the GCM server uses REGISTRATIONID (Which apk gets it when register it to the server) in ord

[android-developers] GCM pernision how impact our application.

2014-11-02 Thread 12169
Hi, i read about GCM client side implementation. and in the manifest i declare a permission and then i use the same permission in the manifest (to insure application messages deliver to only application), but i do not how it works. -- You received this message because you are subscr