Re: [android-developers] GCM extras Bundle from value

2015-02-05 Thread marten
Hi Mukesh, thanks for your response. Our app needs to be able to receive push messages from different publishers. The publishers are determined dynamically and might change. Of course each publisher has its own sender id which doesn't change. In them meantime I was able to resolve the

Re: [android-developers] GCM extras Bundle from value

2015-02-05 Thread Mukesh Srivastav
Great. I am using GCM since a year ago for a logistics company and we have 3000 drives where in we need to push the messages to all the drivers who are running our applications On Thu, Feb 5, 2015 at 3:26 PM, marten marten.ga...@googlemail.com wrote: Hi Mukesh, thanks for your response. Our

Re: [android-developers] GCM extras Bundle from value

2015-02-04 Thread Mukesh Srivastav
Hello Marten, Not sure why do you want to change the SENDER ID, the sender id would remain same/constant unless you create the new SENDERID through the google developer console and secondly the most RegistrationID which gets change that you can always update from the APK code to the DB (locally).

[android-developers] GCM extras Bundle from value

2015-02-03 Thread Marten Gajda
Hi all, in my project I need to be able to update/change the sender ids of the GCM registration. In general, this seems to work. However, after changing the sender ID the received extras bundle doesn't contain a from value anymore. When I register for the first time, the push messages look