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.

GCM with PHP (Google Cloud Messaging)

Update: GCM is deprecated, use FCM How can I integrate the new Google Cloud Messaging in a PHP backend?

php android firebase-cloud-messaging google-cloud-messaging
How to send push notification to web browser?

I have been reading for past few hours about Push Notification API and Web Notification API. I also discovered that …

javascript google-cloud-messaging web-notifications web-push push-api
Where can I find the API KEY for Firebase Cloud Messaging?

I am trying to figure out how the new version of GCM or Firebase Cloud Messaging works so I moved …

firebase google-cloud-messaging firebase-cloud-messaging
Firebase cloud messaging notification not received by device

I am having an issue with FireBase Cloud Messaging in which I get the Token from the device and send …

android firebase google-cloud-messaging firebase-cloud-messaging
Why do I get "MismatchSenderId" from GCM server side?

I'm trying to create a push service for my Android app, and I follow Google GCM's documentation and example for …

android push-notification google-cloud-messaging
google-services.json for different productFlavors

Update: GCM is deprecated, use FCM I'm implementing the new Google Cloud Messaging following the guides from the Google Developers …

android google-cloud-messaging google-play-services
Google Play Services GCM 9.2.0 asks to "update" back to 9.0.0

So this morning I started updating to the latest version of my project libraries. I'm trying to update GCM to …

android google-cloud-messaging google-play-services
INSTALL_FAILED_DUPLICATE_PERMISSION... C2D_MESSAGE

I am using Google notifications in my app, and until now I have done below in the manifest: <!-- …

android google-cloud-messaging android-notifications android-5.0-lollipop
Android: Test Push Notification online (Google Cloud Messaging)

Update: GCM is deprecated, use FCM I am implementing Google Cloud Messaging in my application. Server code is not ready …

android push-notification google-cloud-messaging android-notifications server-push
Error:Conflict with dependency 'com.google.code.findbugs:jsr305'

I created a new project in Android Studio 2.2 Preview 1 with Android App and Backend module with Google Messaging. This is …

android-studio gradle google-cloud-messaging android-gradle-plugin build.gradle