Android C2DM working if the task is killed -
if server tries send cloud message device, task killed somehow (such advanced task killer), message shown?
yes. should using broadcastreceiver
registered in manifest receive c2dm message broadcasts meant application when hit device. messages sent on connection maintained google services and, thus, independent of whether app running.
Comments
Post a Comment