android-c2dm Questions
5
Solved
I'm working on the Android version of an application I first created on iPhone and this application requires to send (if it's as successful as its iPhone version) up to millions of push notificatio...
Bathtub asked 3/8, 2011 at 8:16
2
Solved
I have a GCM notification implementation which works perfectly. But, the problems is once the message has been received in the intent in the received method, the message shown is always the old mes...
Russo asked 16/11, 2012 at 7:4
2
Solved
I have a mobile app, that registers to a c2dm server.
I have a server that sends a message to my app, to push a notification. The server receives ok result code from google c2dm.
In LogCat i see ...
Figueroa asked 10/8, 2012 at 13:41
2
Solved
I have GCM notification implementation. I know that the client application receives the notification whether it is in the foreground, background or killed state. What I would like to know is, how c...
Canny asked 28/11, 2012 at 9:39
2
Solved
I am trying to implement my first Android C2DM aplication. I have difficulty in adding a google account. My machine is behind a proxy, but I have added an APN with the proxy,port,username,password ...
Uranometry asked 10/5, 2011 at 17:33
1
I am getting the following exception from the users on google play:
java.lang.SecurityException: Not allowed to start service Intent { act=com.google.android.c2dm.intent.REGISTER pkg=com.google.an...
Hypostyle asked 13/9, 2012 at 8:29
2
Solved
I have gotten some strange StackTraces from users of my app recently:
Android Version: 2.3.5
Phone Model: GT-I9001
Stacktrace:
java.lang.IllegalStateException: sender id not set on constructor
at ...
Pledge asked 16/8, 2012 at 15:47
2
Solved
/**
* @author Sebastien Lorber <i>([email protected])</i>
*/
public enum EnumDeviceType {
ANDROID {
@Override
public boolean validateDeviceIdentifier(String deviceIdentifier)...
Pliocene asked 13/9, 2012 at 9:50
2
Solved
I am working on Push Notifications in Android. Now the issue is that I want to keep running my Push Notifications on the back ground as soon as the app start because I have no idea when the server ...
Demurrer asked 14/9, 2012 at 15:6
8
Solved
I'm trying to place a best guess estimate as to whether C2DM messages can be received.
I've created an application that relies on pushing information to a phone while it is physically inaccessible...
Esker asked 26/10, 2011 at 6:29
6
Solved
I want to use GCM Service in my application.
I have referred to the following link (Android Developer: Google GCM) but was not able to install the GCM Library in my eclipse.
From the SDK manager...
Praiseworthy asked 28/6, 2012 at 9:32
2
I always thought WhatsApp uses c2dm for message delivery. But when I see running apps MessageService is always running. You don't need a service to be run to receive c2dm.
Why keep the service ru...
Lictor asked 28/8, 2012 at 12:57
2
Solved
I've implemented push notifications in my Android app and am trying to build out the server-side to make it more scalable. Looking at the documentation on how to construct the POST to send a push, ...
Dulsea asked 14/11, 2011 at 16:47
5
Solved
I am trying to migrate to GCM in Android, C2DM now being deprecated. The registration process described here is different from registration described here. Are both registration same? Can we see co...
Lahdidah asked 29/6, 2012 at 10:43
2
Solved
I'm trying to migrate from C2DM to GCM, and it mostly works just fine. C2DM used to handle uninstalls of the app very well by sending a NotRegistered error when the user uninstalled the app. GCM su...
Stella asked 2/7, 2012 at 19:25
1
Solved
I keep reading that using Android C2DM is the most efficient solution, bandwidth wise, for keeping track of updates. However, I'm missing exactly how C2DM is more efficient then say, a solution tha...
Archdiocese asked 17/7, 2012 at 16:23
3
Solved
I have implemented GCM in my app and I am using GSMRegistrar as suggested here. No I am getting an error in logcat
7-02 23:35:15.830: E/ActivityThread(10442): Activity com.abc.xyz.mnp has leaked I...
Emotionalism asked 2/7, 2012 at 18:39
2
Solved
I am developing one application and in that application I need to implement push notifications. Can anyone suggest how I should go about implementing push notifications? If I could be provided with...
Mathias asked 8/6, 2011 at 8:52
3
Solved
As you may have seen, Google is migrating its Push Notification System.
Google Developer guide for GCM
I guess I am not alone wondering : are the tokens obtained from C2DM still valid for GCM ?
...
Zante asked 27/6, 2012 at 18:36
1
Solved
I am wondering if it is possible to use the new GCM mechanism and post notifications to my existing registration IDs that are based on C2DM?
The migration/GCM documentation didn't touch on this p...
Yaya asked 28/6, 2012 at 2:22
3
Solved
I worked on MDM in Android, and used the API's to lock, wipe etc when I receive a C2DM push message from the server.
When I was trying to explore more on the iOS part of it, I was a bit confused. ...
Australoid asked 6/4, 2012 at 9:39
3
Solved
I'm implementing C2DM for my Android app. Client side (Android) went well, but I'm little bit confused on implementing server side.
My server is C#/.NET. Official documentations links to 404 when ...
Radioman asked 2/6, 2012 at 1:55
1
Solved
I suspect I am going to feel really stupid after posting this but here goes. I have two main questions:
1) What is an appropriate regex to use for the registration id? Currently I have the followi...
Wyandotte asked 17/5, 2012 at 11:58
1
Solved
I'm getting started with Google's C2DM. Part of this process involves receiving a Broadcast Intent when registration has occurred. In Google's official C2DM documentation, the example code shows th...
Parasitology asked 30/5, 2012 at 22:21
1
What do I need to send a push notification for android (like iOS I need a device udid to send a simple push)?
And if I need to get the registration id of my device how can i get it?
Thank you.
Circumfuse asked 30/5, 2012 at 8:14
© 2022 - 2024 — McMap. All rights reserved.