If a server tries to send a cloud message to a device, but the task is killed somehow (such as advanced task killer), will the message be shown?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes. You should be using a
BroadcastReceiverthat is registered in your manifest to receive the C2DM message broadcasts meant for your application when they hit the device. The messages are sent over a connection that is maintained by Google services and, thus, is independent of whether your app is already running.