I'm trying to build PhoneGap android application which gets GCM messages.
I used sample code for it, which initially receives registration ID from the server.
Is this ID should be received each time the application starts or I should save it first time and use later the saved ID?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|||
|
|
|
You have to send Registration id to your own server and save it on your Server. So, that you can use it when sending push messages to GCM Server. GCM Server will send put messages to your device on the basis of that Registration id. UPDATE: For better clarification you could always watch the Google I/O Videos |
||||
|
|
|
You can get registration id by GCMRegistrar.getRegistrationId(context) anywhere. You should not save it in your application. |
|||||
|
