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.

How To Create Topic in FCM Notifications

I'm trying Firebase-Notification API the service is worked perfect when i send downstream message from console to app, but how …

android firebase google-cloud-messaging firebase-notifications
Load image from url in notification Android

In my android application, i want to set Notification icons dynamically which will be loaded from URL. For that, i …

android bitmap google-cloud-messaging android-notifications android-notification-bar
How to send notification to Android app from Java server using GCM?

I have my simple Android application which uses REST web service. Now I want to sent notification from my REST …

java android web-services google-cloud-messaging
AWS SDK for PHP: Error retrieving credentials from the instance profile metadata server

I am trying to send SNS messeges to android through web api. Downloaded and installed the SDK from http://aws.…

php amazon-web-services google-cloud-messaging aws-sdk amazon-sns
FCM with AWS SNS

I am using AWS resources for my android project, I am planning to add push notification service for my project …

android amazon-web-services google-cloud-messaging amazon-sns firebase-cloud-messaging
how can we get device token for android for push notification?

i want to implement push notification in my application.i want to know,how we get the device token for …

android push-notification google-cloud-messaging push
When sending messages using GCM, I keep getting the response 'MismatchSenderId'

I'm implementing a push notification server with GCM. I send a post request with a sender ID (application key) that …

google-cloud-messaging
Android emulator not receiving push notifications

I'm using push notifications on google cloud, however for some reason i cant receive push notifications on the emulator. The …

android push-notification google-cloud-messaging
Handling registration ID changes in Google Cloud Messaging on Android

In the docs on Google Cloud Messaging, it states: The Android application should store this ID for later use (for …

android push-notification google-cloud-messaging
GCM 'Error : Not Registered'

I succeed in testing My GCM code. But exactly same code, I couldn't get GCM push and got: GCM Error : …

android registration google-cloud-messaging