It works very much the same way (conceptually at least) as iOS. You can send a message to all users of an app; if and only if those "users" of the app are registered.
When you sign up for C2DM (via the website) you need to provide an e- mail address, this e-mail address is the what they are referring to as "sender". just put the same e- mail address you used when registering your app with Google for C2DM as the "sender" value and everything should work. hope that helps. On Jan 11, 7:33 am, saex <[email protected]> wrote: > I'm checking this > link:http://android-developers.blogspot.com/2010/05/android-cloud-to-devic... > > there explains that to send a notification, you need to specify the > register id of the device that will receive the notification. > > Ok, but... ¿what happens if i want to send a notification to all the > users of an application and not to a simple device? ¿how can i do it? > > In Apple, you can send a notification to an app and all their users. > ¿It is not possible to do it on Android??????? > > thanks -- 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

