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 - Max length for Registration ID

Update: GCM is deprecated, use FCM What is the maximum length for a Registration ID issued by GCM servers? GCM …

push-notification google-cloud-messaging
Migration from GCM to FCM needed?

Google just announced that Google Cloud Messaging is now Firebase Cloud Messaging. What does this mean for existing users of …

android firebase google-cloud-messaging firebase-cloud-messaging
GCM Error=MissingRegistration sending messages via JSON

I'm testing push GCM via Fiddler Headers: User-Agent: Fiddler Authorization: key=AIzaSyAkXfcuLLCZ-5n18wwO6XeJ13g-z9ja Host: android.googleapis.…

android json push-notification google-cloud-messaging
Android NotificationManager giving me "no valid small icon" error

I am having a strange error with notification manager. @Override public void onMessageReceived(String from, Bundle data) { Log.i(TAG, "…

android google-cloud-messaging notificationmanager
Google Cloud Messaging - GCM - SERVICE_NOT_AVAILABLE

I am trying, to implement the new GCM, I am following Google get stated : http://developer.android.com/guide/google/…

android google-cloud-messaging service-not-available
Making GCM work for iOS device in the background

I'm trying to use GCM for IOS and Android clients. It seems to work fine with IOS when app is …

ios push-notification apple-push-notifications google-cloud-messaging
FCM - Setting badge in onMessageReceived

I have an Android application, where I'm using some method to show notification number on app icon. Now I want …

android google-cloud-messaging firebase-cloud-messaging firebase-notifications
How to generate valid APNS Certificate (.p12) for use in GCM for iOS?

I am trying Google Cloud Messaging sample app for iOS platform. https://developers.google.com/cloud-messaging/ios/start To generate …

ios apple-push-notifications google-cloud-messaging pkcs#12
HTTP Status Code: 401 in GCMDemo

Reference:http://developer.android.com/google/gcm/demo.html Server 401 when trying to send a message to my android device. …

google-cloud-messaging http-status-code-401
Xiaomi does not receive notification when application is not running

I am working on an application where I am using Google Push Notification. Application receives notification when it is running …

android push-notification google-cloud-messaging