Top "Google-cloud-messaging" questions

Google Cloud Messaging is a service to allow data to be sent remotely to Android and iOS applications and Chrome extensions and packaged apps.

SecurityException: Not allowed to start service Intent act=com.google.android.c2dm.intent.REGISTER

I get the error SecurityException: Not allowed to start service Intent but looks like it do not have good solution …

android android-intent google-api google-cloud-messaging google-api-client
Android Notification- Display full message

My Android Application has to be able to send short alerts out to a large group of people. The obvious …

android google-cloud-messaging
Firebase when receive Push Notification did not receive the popup

import Firebase import FirebaseInstanceID import FirebaseMessaging func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool { registerForPushNotifications(application) FIRApp.…

ios firebase google-cloud-messaging firebase-cloud-messaging firebase-notifications
Android Google Cloud Messaging (GCM) token generation crash after Firebase-related Google Play Services update

My Android application started crashing today when generating a token for Google Cloud Messaging (GCM). This happens on multiple devices …

android firebase google-cloud-messaging
Android Parse Push notification device registration only one time on one device

Every one I am using the parse service for push notification in my app. but it register all time when …

android push-notification parse-platform google-cloud-messaging devicetoken
java.io.IOException: SERVICE_NOT_AVAILABLE in GCM Client

I want to implement an gcm client into an existing android app. So, by following this tutorial I wrote following …

android google-cloud-messaging ioexception service-not-available
How to get Application from Context

Is there a way I can get application from Context. I noticed that activity and service has getApplication() method but …

android google-cloud-messaging
New GCM API Register Unknown Source Error

I am currently building an application that uses the new Google Cloud Messaging system. I have a HTTP client server …

android push-notification ioexception google-cloud-messaging
Android: error "mismatch sender id" while pushing notification to android device though PHP and GCM

i'm trying to send a notification to my phone via my .php page... everything is set up correctly, but i …

android push google-cloud-messaging mismatch sender-id
Android GCM delivery monitoring

I am developing mobile client for emailing service. One of the key features is notifications about new messages in the …

android testing google-cloud-messaging