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

Popular posts from this blog

iphone - Using nested NSDictionary with Picker -

javascript - Iterate over array and calculate average values of array-parts -

iphone - Pop a UIViewController containing a UITabBarController off of a UINavigationController -