Skip to content Skip to sidebar Skip to footer

Android 4.0 C2dm Issue

When I'm using android c2dm to push notification to my devices, I have a strange problem. If I'm closing application using 'Manage apps->My application->force stop' and I try

Solution 1:

If I'm closing application using "Manage apps->My application->force stop" and I try to send a push to my device, it doesn't work.

Correct. Don't do that.

It works with all my other devices which have an Android version less than 4.0.

This effect can be seen starting with Android 3.1. Apps when they are first installed, or are force-stopped, will not run again until the user manually launches some activity.


Post a Comment for "Android 4.0 C2dm Issue"