So I'm aware that C2DM is deprecated and that we eventually have to switch to GCM, but I wasn't expecting them to kill it off just yet.
My application is currently using C2DM, which is still working fine on devices running Android 2.3 etc. Even when the application has been completely terminated.
However, on ICS, C2DM messages does not arrive at all when you terminate the app.
The Google Cloud To Device messaging service does not longer show up under the running "Google Services".
Does anyone have any official information about the removal of the C2DM service process in ICS?