google-cloud-messaging Questions

7

Solved

I need to implement push notification feature in my application. Exploring some options. Google recently recommends Firebase platform, but this is not completely a free service. So I thought of us...

16

Solved

Since I updated to Android SDK Tools 25.1.6 and Android Support Repository 32.0.0 (this morning), I got the following error, I didn't change anything in my code and it is still working on my collea...

4

Solved

Does anyone has an idea about Firebase Cloud Messaging support VOIP pushkit services. If yes then can someone please do provide guidelines for same. Same thing which is implemented in Skype / Han...
Maiamaiah asked 19/5, 2016 at 14:34

2

So, when sending a notification to an Android device you can give a tag property: "notification": { "title": title, "body": message, "sound": sound, "tag": "STRING_TO_GROUP_NOTIFICATIONS_BY" }...

4

Firebase FCM messages support tag for Android which causes a new notification to replace the previous one with the older one with the same tag. Is there any way to do the same for ios? This answer...

0

I'm reading Best practices for FCM registration token management and have qustions regarding token handling on server From their docs: We strongly recommend implementing a token timestamp in your ...
Derail asked 25/2, 2022 at 9:5

12

Solved

Hi I am trying to experiment with gcm but unable to make it work. Don't know where I am messing with it, below is the error I am getting. I am trying to deploy my application directly on device and...

2

Solved

i know after posting message google will send back a message ID and it does not mean that the message was already delivered to the device. is there anyway to receive delivery reports of sent notif...

4

Solved

I tried sending message to single device i.e. to single Registration id and it worked fine but when tried to add multiple Registration Ids it gives 'InvalidServerResponse' error. e.g. Works for reg...

6

Solved

I'm using push notifications on google cloud, however for some reason i cant receive push notifications on the emulator. The same application does receive notifications when i test it on a real d...
Gordie asked 11/12, 2013 at 14:21

4

Solved

I am working on the FCM integration but getting the java.lang.ClassNotFoundException: Didn't find class "service.MyFirebaseMessagingService" on path: DexPathList[[zip file "/data/app/com.rk.servic...
Unsuspected asked 12/11, 2016 at 9:7

3

Solved

I am able to send, view and click on web notifications fine, and nothing appears wrong. However the console yields this when I click on a notification Uncaught FirebaseError: Messaging: Missing Ap...
Over asked 14/2, 2020 at 21:32

6

Solved

I am thinking about keeping all registration ids(push token) in DB and sending notifications to user from iPhone. I tried something like this but did not get any notification. func sendPNMessage()...

6

Solved

I want to implement the Firebase-Messaging plugin into my Android-App. I've started with the "quickstart-android-master/messaging"-example from github: https://github.com/firebase/quickstart-androi...

9

Solved

In my Android application, I want to set Notification icons dynamically which will be loaded from URL. For that, I have used the setLargeIcon property of NotificationBuilder in receiver. I referred...

5

Solved

I have migrate gcm to fcm for push notification message. but how I Get bundle data from RemoteMessage received onMesssageReceived method. Old GCM give bundle data onMessageReceiced method but in F...

3

Solved

Is there a way I can get application from Context. I noticed that activity and service has getApplication() method but Context does not. Background: I am using/extending the GCMBaseIntentService ...
Ambassador asked 10/2, 2015 at 19:38

10

I'm receiving that error from Android Studio's Android Monitor. This error appears when I send a push notification through GCM, in a real device, and the app has not been started yet or has been fo...
Existentialism asked 14/9, 2016 at 0:43

5

Solved

I have a project with 1 module and 2 applications. The module is used for code parts that both applications uses. Of course I have separate google-services.json files in the app's root folders. Th...

5

Solved

I want to implement Firebase notifications system inside a library that I want to use as SDK in many apps. Firebase is asking now for an App ID, but I'm implementing it inside a library, thus no Ap...

4

Solved

I have an app which uses Azure to send Push notifications. Azure in turn, uses GCM to send to Android devices. I'm noticing that I have a warning in my AndroidManifest.xml stating On SDK vers...

5

Solved

I am trying to do web push notifications in Chrome without using GCM/FCM. Is it possible? I'm not able to find examples on how to use a different push service.

3

I am including feature of gcm in my app, For that i need to maintain two google-services.json one for debug and one for release build. How to do that ?? can i configure gcm without using google-ser...

6

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

6

Solved

Could somebody please help me understand what the gcm_defaultSenderId is in the following code (found in onHandleIntent in RegistrationIntentService.java): InstanceID instanceID = InstanceID.getIn...
Misjudge asked 7/6, 2015 at 14:43

© 2022 - 2025 — McMap. All rights reserved.