android-c2dm Questions
5
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...
Quest asked 19/2, 2013 at 13:13
3
I am trying to execute a sample C2DM Application, but I get an
"Emulator without GPU emulation detected"`
message in my Logcat.
Curtsy asked 17/2, 2012 at 5:29
1
Solved
I'm trying to release an APK and while I'm trying to Generate sign APK I get this error
Error:Error: Permission name C2D_MESSAGE is not unique (appears in both com.company.myApp.permission.C2D_ME...
Ol asked 18/4, 2017 at 13:13
2
I start to write down a simple push notification App using FCM For Android. But I got this message in my Android studio Log.
signInWithCustomToken com.google.firebase.FirebaseException: An inter...
Brackish asked 21/1, 2017 at 7:51
4
Solved
04-25 14:16:30.931: E/AndroidRuntime(6638): FATAL EXCEPTION: main
04-25 14:16:30.931: E/AndroidRuntime(6638): java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=1, r...
Mani asked 25/4, 2012 at 12:19
3
Solved
I have developed a push notification application in Android from this tutorial:push notification in android app. The register button is displayed when I run the app. When I click on the register bu...
Featherbrain asked 24/9, 2012 at 6:59
3
Solved
I want to provide a push notification service to Android phone users, is there any push notification service in Android like Apple Push Notification Service?
Tabshey asked 11/8, 2011 at 3:16
6
Solved
What is the maximum number of characters that can be displayed in Android and iOS push notification?
What is the maximum number of characters that can be displayed in push notification in Android without the text being truncated?
The documentation for iPhone states that the notification payload h...
Adjoint asked 28/2, 2012 at 17:58
4
Solved
I'm using C2DM, my BroadcastReceivers propagate the C2DM events to a local service. the service complete the registration by sending the id to my webserver pus it's responsible for letting the devi...
Perennial asked 27/5, 2012 at 5:33
3
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 ...
Affiant asked 5/10, 2012 at 20:20
7
Solved
Company creates a project and receives a sender ID. Company creates an app, bakes in its sender ID and places the app in the store.
Attacker reverse engineers the app and extracts both the sender ...
Airhead asked 5/7, 2012 at 21:7
7
Solved
My app is using Google's C2DM (push notification) to notify users about new activity from friends. Once they install the app I register the device with C2DM servers and store user's phone number. S...
Undaunted asked 2/6, 2011 at 2:15
5
Solved
I'm wondering if anyone has faced this issue with Google C2DM? This is the scenario I am faced with:
User installs the app and registers
with C2DM server for a registration
key.
User uninstalls t...
Copolymerize asked 6/7, 2011 at 11:56
7
Solved
AFAIK, push notifications require a Google account to work (they piggyback on GTalk), so does that mean for apps for the Kindle Fire are doomed if they use the standard C2DM approach?
I couldn't f...
Ira asked 9/12, 2011 at 1:24
5
Solved
Current Google GCM documentation requires you to install Google Play Services and to use them for GCM (Google Cloud Messaging). The library is 1.1MB, yet my current .apk is half that size. My app i...
Vigil asked 27/8, 2013 at 19:23
2
Solved
I made an app using GCM for notifications. I used this tutorial and my code is pretty much identical
http://developer.android.com/google/gcm/client.html
I'm testing on physical devices and on som...
Appositive asked 20/8, 2013 at 0:26
4
Solved
I need a sample application for Google Cloud messaging. with a sample server to test my app. can any one help me on this?
I need a sample server to test my code i already written the code but i do...
Daly asked 13/7, 2012 at 4:34
4
Solved
I have uploaded my application on google play but users have reported the following exception
java.lang.RuntimeException: WakeLock under-locked C2DM_LIB. This exception occurs when I try to releas...
Mercurochrome asked 27/8, 2012 at 11:8
1
Solved
Wanted to understand the fundamental reasons for push-notification like Google Cloud Messaging (earlier called Google Cloud to Device Messaging) being more battery friendly, for cloud <--> devic...
Farandole asked 26/3, 2014 at 14:17
4
Solved
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 applic...
Homesteader asked 5/5, 2013 at 16:1
1
I am developing an application. In that application i am using the GCM (Push Notification).
I took help of this Link 1.
and i successfully implemented the client side code.
Now to send notificat...
Troposphere asked 11/9, 2013 at 9:28
1
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...
Flattish asked 23/7, 2012 at 14:32
2
I am create one smile application in Android + Google App Engine in eclipse. i am trying to deploy that app on Google app Engine but it show the error message
Log Cat :
Unable to update:
com.go...
Shakti asked 16/1, 2012 at 11:13
5
Solved
I am creating the Android application where C2DM push notification is used. But i have a problem in creating the php code to use c2dm for sending messages. please guide me how to use the php code t...
Towroy asked 8/11, 2010 at 5:30
3
Solved
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 ...
Martins asked 28/12, 2012 at 11:36
1 Next >
© 2022 - 2024 — McMap. All rights reserved.