android - Google C2DM servers -


as far know, google c2dm servers gives notifications third party server. possible make google c2dm servers host data. can 1 send data android application google c2dm servers other users of same application receive notification of data

technically, yes (as per piyush's answer), not recommend it. firstly, each instance of app have have access private authentication credentials (which @ risk of being comprimised). secondly, if wanted update these credentials, have update every installation (ie of users) simultaneously or there communication issues.

instead, advise getting free "google app engine" account, , doing broadcast comms through channel (or other cloud based provider). you'll able keep keys safe , centrally controlled.


Comments