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 like:

Bundle[{from=xxxxxxxxxxxx, topic=b1c398b8-a9c7-4c73-a98d-d89b5272beec, collapse_key=do_not_collapse}]

where "xxxxxxxxxxxx" is the sender id.

After I change the sender id to "yyyyyyyyyyyy" I receive this:

Bundle[{from=, topic=b1c398b8-a9c7-4c73-a98d-d89b5272beec, collapse_key=do_not_collapse}]

Is this intended behavior? Is it just temporary? Is there any way to get the sender id back in there?

thanks

Marten

--
Marten Gajda
Schandauer Straße 34
01309 Dresden
Germany

tel: +49 177 4427167
email: [email protected]
twitter: twitter.com/dmfs_org

VAT Reg. No.: DE269072391

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- You received this message because you are subscribed to the Google Groups "Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to