Google Cloud Messaging for Android (GCM) - service for sending messages from third-party server to device.

learn more… | top users | synonyms (1)

3
votes
0answers
2k views

Receiving Android GCM Notifications when application is in stopped state

on one of our applications that uses GCM, we've been receiving reports that the app stops receiving notifications when the app has been killed. When the app is started again, the notification appear ...
2
votes
0answers
148 views

c2dm receives NotRegistered after gcm registration

I've run into a pretty bizarre problem with c2dm. Seeing as it's deprecated, I've begun the process of migrating to gcm. Due to the design of this product, I can't simply register for gcm and send ...
2
votes
0answers
650 views

Android 3rd party MDM server setup/configuration

I am developing an MDM setup for Android to specifically disable the camera ( for android 4.0 ) and to change passwords and wipe data from device. For background information, I am just a beginner in ...
1
vote
0answers
56 views

C2DM notification issue

I am using C2DM for push notifications with android 2.3.3. I have registered successfully with C2DM server. The Android app is working fine. I am using wifi. Sometimes Google C2DM responds properly ...
1
vote
0answers
3k views

Android - Can't open keycharmap file

I have C2DM functionality in my app, and occasionally upon receiving a push notification, the activity never appears. When I check logcat, I find this: 08-15 12:55:29.213: W/KeyCharacterMap(10661): ...
1
vote
0answers
227 views

getting the bigger icon size in status bar by C2DM received message only in HTC devices

I stuck in the problem and not sure what to do.I am successfully able to consume push notification message from C2DM.The only problem which i am getting is only in the HTC devices,when ever i ...
1
vote
0answers
49 views

google web Toolkit Validation Error

I have just installed gwt 2.4.0 google web toolkit for developing C2DM applications. But the Eclipse Shows a problem 'Validating GWT Components(63%)' and nothing happens afterwards. How to solve this ...
1
vote
0answers
622 views

Android C2DM ( push notification ) after first run

I tried to send push notifications; everything seemed fine, but I have a problem to pass the payload to the notification after the first run. This is my code. public void createNotification(Context ...
1
vote
0answers
153 views

C2DM device not receiving message

I get the following response when I try to send a message: HTTP/1.1 200 OK Content-Type: text/plain Date: Sat, 31 Mar 2012 06:02:57 GMT Expires: Sat, 31 Mar 2012 06:02:57 GMT Cache-Control: ...
1
vote
0answers
370 views

c2dm cant open keycharmap file

i have a problem with my c2dm application. when i run the app from eclipse and send a message from my server it arrives on my phone. but if i send another message from my server after this initial ...
1
vote
0answers
188 views

How does Exchange on Android work?

Not really a programming question, but I'm currently researching battery life and PUSH notifications on Android for an assignment. I'm aware that third-party apps are able to use C2DM to be able to ...
1
vote
0answers
491 views

Unregister C2DM registration Id

I want to un-register C2DM registration id. When I run the code below: public void unregisterForC2DM() { Intent unregIntent = new Intent("com.google.android.c2dm.intent.UNREGISTER"); ...
1
vote
0answers
385 views

phoneGap C2DM not receiving ID

Anyone try phoneGap C2DM here? I have asked in Google group but no help. My questions is when I run the program, it shows on my phone which means I cannot get the ID from Google. The C2DMReceiver ...
1
vote
0answers
386 views

Debugging Push Notification

I am using C2dm for push notification and as per these instructions we got at last response code 200 but not get notification on device (Samsung Galaxy Tab 2.2). what will be the reason for that ?
1
vote
0answers
390 views

C2DM registration: can I register different users on same application

I want to register multiple users for same application. Is it possible in Android C2DM? If yes, do we have any documentation link? Thanks Kiran

1 2 3 4 5 12
15 30 50 per page