Google Cloud Messaging for Android (GCM) - service for sending messages from third-party server to device.
0
votes
0answers
5 views
Google GCM helper libraries not working in server side
I used the GCM(Google Cloud Messaging) helper libraries to push to my app. works well in client side, successfully registered, my server fetches the right reg id, after calling Sender.send(),
...
0
votes
3answers
224 views
Android “hello world” pushnotification example
I am new to android application development and I am learning little bit. I am in a hard mission for sending push notification ( cloud messaging ) from my web server ( PHP ) to android application ( ...
0
votes
1answer
123 views
“error”:“InvalidRegistration” in GCM notification
i have 3 android device registration id, and i wrote PHP code as below.
$apiKey = "AIzaSyCHvRcOyld1NR7muP89HD1Hixkey-3G6Qg"; //new latest
// Message to be sent
$message['api'] = "test ...
1
vote
1answer
76 views
How can I declare the name of GCMIntentService in the Manifest if the project contains sub packages?
I already on a GCM project which is able to receive and message from Google Server after Registration.
This project contains only one package (com.example.gcm), and all classes (GCMIntentService ...) ...
0
votes
0answers
26 views
Android App In 2.1 and how can i Use Gcm for this Version onWards
Am Developing an Android Application minimum sdk=7 and Target sdk=18.And Now we are plan to launch new version with GCM.How the Notifications for 2.1 and all versions.sorry for my english.Without ...
0
votes
2answers
146 views
Google C2D_MESSAGE permission error
I am in the beginning stages of adding Google C2D capabilities to my application. I read over the documentation carefully but I still get an IllegalStateException. First here is the stack when I try ...
0
votes
1answer
66 views
Android : Push data from android app to cloud space
I was evaluating a homework assignment . I need to make an app that will eventually need to push data into a cloud . The data might be quite large actually . I checked out Google Android C2DM here .
...
1
vote
1answer
47 views
C2DM- detecting how application is launched
so we have an iOS app and an Android app that each utilize their respective notification method frameworks... iOS has push and Android has C2DM (until we bring it up to GCM)... all is well on iOS, but ...
4
votes
1answer
99 views
Can I receive another Android app's C2DM Intents if I'm signed with the same signature?
I have an app (com.example.myapp) installed that received C2DM Intents. I would like to piggyback onto this to perform my own processing in response to these Intents in a separate app ...
0
votes
2answers
128 views
What is the difference between C2DM and GCM [closed]
What is the difference and which one is better?
I am planning to develop an android application that will send a notification from one user of the app to another user of the same app using PHP, so ...
1
vote
1answer
44 views
C2DM/Notification server other than google
I would like to have a application which can receive notification/messages.Is it possible to have our own c2dm/notification server rather than using google gcm for our android device?
0
votes
3answers
181 views
Android GCM push notification for localization application
I have a single android application, which supports for 7 countries(Localization and Internationalization). The application functionality and language changed based on the device locale.
I need to ...
0
votes
0answers
67 views
is it possible to enable/disable Pushwoosh notifications from the android app?
Is there any way to check/manage Android Pushwoosh notifications from the app itself?
0
votes
1answer
25 views
extracting/sharing information
Im building an app that helps prevent patients from going missing or helps locate them ... im able to get co_ordinates and send them to the defined number via sms. because of time constraints im ...
1
vote
1answer
194 views
android GCM doesn't work with wifi netowrks when 3G network is available
I am developing app on android GCM push notification.Everything works fine .But i am not able to get the notification message when my device is on wifi rather than on data plan of service provider.In ...
0
votes
2answers
260 views
How to send images and website link through GCM..?
I am sending messages through GCM but i can't find a method to send images and website link through GCM messages...to devices so that if we tap on notification then web link should be opened or image ...
0
votes
1answer
176 views
Google Cloud Messaging: How to show an icon and group messages
I have two questions regarding Google Cloud Messaging:
(My push script is PHP, and my client is Corona SDK.)
PUSH ICON: Currently, my push messages are displayed on the screen with an icon that ...
0
votes
1answer
183 views
Why push notification server send message to client exactly
Example with Facebook application in iOS, use Apple Push Notification Service (APNS). I think when Facebook server see an new feed or new friend request, it will send a message to APNS. After that, ...
1
vote
5answers
463 views
when the method OnUnregistered() will be invoked in GCMIntentService Class
I have successfully implemented the GCM framework for push notification in my android application.But I am little bit confused about the function overridden in GcmIntentService Class by Google.
...
0
votes
3answers
576 views
Is GCM service reliable for large scale push notification?
I want to push notifications to around 50,000 users at a time and about 50 notifications per day, is it a good choice to use GCM in this case?
If not can i know which other push services can i use , i ...
1
vote
1answer
118 views
Regarding GCM from multiple applications
Hi I had used C2DM in my application to push messages. Now I have migrated to GCM and through it I can push messages to android application.
More over there's one feature of GCM , through which two ...
0
votes
1answer
55 views
android c2dm push just work in android 4.0 but lower
I have a app. And has push notification function. But I find that just work on android 4.0 or 4.1, but doesn't work in 2.2 or 3.x. What is the reason?
Thank you very much.
0
votes
1answer
90 views
New Google account added broadcast
I am working on GCM implementation for our Application. Currently I am facing a issue during GCM registration.
If the device is running pre-ICS Android OS and does not have a Google account attached ...
1
vote
2answers
466 views
App with GCM will work in Kindle Fire or need to remove GCM Jar?
Upto now I'm uploading the same binary to Amazon and Google Play store without GCM and both are working fine.
Now I'm going to implement GCM on the same app. Shall I have to maintain the separate ...
0
votes
2answers
278 views
reason to “Permission Denial: receiving Intent ”
I successfully made these c2dm implementations work on my app.
I have a problem when the c2dm messages are not received suddenly by the device.
This time it gives me permission denial which I am ...
1
vote
1answer
147 views
Is there any difference using device with 4.0.4 android version or 3.2 to run a GCM notification project?
I already ask a question on this subject. (see the link) How can I receive multiple notifications by using GCM without replacing the precedent one?
I'm working on a project which receive ...
0
votes
0answers
21 views
Where exactly are the statistics listed for the C2DM service on my Android Developer Console?
I'm trying to locate the statistics for C2DM (not GCM) on my Developer Console but I'm not able to locate them. Any guidance? Thx.
1
vote
1answer
299 views
How to handle GCM changing the registration Id?
I was wondering how will app/device be notified if GCM server decides to refresh the registrationId which the app previously retrieved from the GCM server.
Currently, I save the 1st retrieved ...
0
votes
1answer
40 views
Google C2DM ACOUNT_MISSING
I am still using Google C2DM instead of GCM. Target devices are CyanogenMod 9 (ICS) and C2DM work well without any creation of Google account in the devices.
But I got the error 'ACCOUT_MISSING' when ...
0
votes
1answer
245 views
push data from webservice to android app: C2DM
I have a use case where I need to send some information from my webservice to an Android App. I just got to know about C2DM which is used for such use cases (correct me if I am wrong).
Does someone ...
0
votes
1answer
267 views
Determine if application is in foreground or background or killed state
I would like to check if my android application is in background,foreground or killed state on notification received using the GCM notification method. This is to do different operations based on the ...
2
votes
2answers
673 views
Launch application when GCM notification received
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 can ...
0
votes
1answer
49 views
Specifying the c2dm client login token while uploading the android app into market
I need to specify the C2DM Client Login Token in developer Console while uploading my app into market as my app is using c2dm service.
Here are my doubts : 1 Is this token for one time or every time? ...
2
votes
1answer
134 views
GCM not working with a corporate google account
I have a GCM notification implementation which works perfectly. But, if I change the sender Id /(project ID) from my Google account to a corporate account/business account which is tied to Google, the ...
0
votes
3answers
54 views
C2DM in Android 4.0
I am using C2DM in my project. I am able to run successfully in Google API 2.2 version in emulator.If I run same code in Google API 4.0 version I am going with an error as Registration error ...
0
votes
0answers
77 views
Can Python Receive Email and Transfer To Android App Via GCM
We have built a great android texting app for businesses called BizTexter. The problem is we don't have a great way to integrate it with web forms and CRM's. We believe that email to sms would be the ...
1
vote
2answers
539 views
Android “Urban Airship” - GCM - No active device tokens found
Ok I have recently upgraded the app from C2DM to GCM. For some reason I keep getting - 'No active device tokens found for alias' intermittently. I observed it happens when you leave the phone for some ...
2
votes
2answers
785 views
GCM android Push Notification shows old message always. Intent received incorrect
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 ...
2
votes
2answers
92 views
c2dm server block or not supported on lenovo tablets?
I have been looking for c2dm servers for lenovo tablets because my boss has decided to use absolute manage for our android tablets. I was wondering if c2dm is supported on lenovo's thinkpad tablets? I ...
0
votes
0answers
150 views
Urban Airship support for Android GCM [closed]
I have seen a post(http://urbanairship.com/blog/tags/gcm/) for this and I've seen that GCM has to be supported on the 30th October 2012. So can you let me know, if Urban Airship is supporting GCM? If ...
0
votes
2answers
70 views
How to call the C2DM PHP Function from the Android APP
I am trying to add a Push Notification service to my Android Application.
I added the necessary methods in the application (Receiver, Manifest Changes etc.)
I then proceeded to follow this ...
1
vote
3answers
503 views
android GCM push notifications
I have successfully set up the code to run GCM over phonegap on an android app. I have managed to secure the handset registration ID and able to send a message to the app using this ID in a PHP ...
0
votes
1answer
91 views
Google C2DM Authorization Token
I'm trying to set up urban airship for my android app, but I'm having trouble getting a Google C2DM Token.
perhaps, I'm doing this before use C2DM according to Urban Airship Doc.
-Run ...
1
vote
0answers
57 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 ...
0
votes
1answer
195 views
Android 4.1.2 cloud messaging
I've installed the new version of android 4.1.2 on my nexus 7. Now all my apps using the old c2dm system not getting any notifications at all.
Is there a need to change to the new gcm system to ...
0
votes
2answers
436 views
Display Alert when push arrives
How Can i Display an alert when push notification arrives from C2DM or GCM. Right now I am notification are displaying on status bar. So How can I get a notification as an alert .
3
votes
1answer
1k views
Push notifications on Android: Google GCM vs. Amazon SNS?
My Android app needs simple push notifications to be informed about the appearance of new data on a server. Android provides Google Cloud Messaging (GCM) which would seem to fit.
However, devices ...
0
votes
1answer
304 views
Registering APID's with Urbanairship though device or server
I have an application setup where both Android and IOS devices are configured with UA libraries. The issue I'm having is in understanding the purpose of some of these steps or if I am duplicating ...
1
vote
2answers
114 views
Differentiate between GCM and C2DM ids
I'm migrating my app from C2DM to GCM but the server on which i'll be sending the registration id will still be entertaining C2DM ids. So my question is what can I do from my app so that server can ...
0
votes
2answers
448 views
When is google going to stop supporting c2dm push notifications?
I have been using android c2dm push notifications for my app, but since Google is going to stop c2dm I need to know how fast I should move all my users to android GCM so as to avoid any problems faced ...
