android-push-notification Questions

3

Is ti possible too embedded video into android rich notification as it possible in iOS? I know that the android officially still do not support that, but it may be some tricky way to improvise that...

2

Solved

When app is in background or killed onRecive onMessageReceived() not called and i get just json in notification. below is my Service class public class AppFireBaseMessagingService extends Firebase...
Finable asked 13/10, 2019 at 15:2

2

I'm using FirebaseMessagingService for my push notifications. It is working as intented in app. onMessageReceived is called, I can get notification title and body + data payload and send reaction d...

0

I am using "flutter_app_badger" for app icon badge. Its working fine with Samsung but not working in some devices like Redmi, vivo etc. How can I mange this? Do we have any option to add ...

6

Solved

I have published an Android app on Huawei AppGallery and am able to send push notifications from my app backend server via HMS Push Service to the mobile phone as described below. However, I wonde...

2

Solved

My question is: Can I implement android push notifications in a lan enviroment? Any tips to do it? thanks!
Darladarlan asked 31/10, 2019 at 9:14

3

Solved

The graph below from Firebase Cloud Messaging (FCM) Console shows how only ~95% of our push are being received by the phones. This is causing lots of issues for us as we're creating a VoIP app and ...

4

Solved

I've implemented Firebase in my app and I'm sending push with extra data. When my app is in foreground I'm handling data properly and showing my own notification, but I have a problem with fetching...

0

How to enable heads-up notifications programatically on Xiaomi devices? Some apps (for example Telegram) have this permisstions turned on by default. Settings screenshot: https://i.sstatic.net/kSs...

6

Samsung S8/S5/J2/Note3 are getting Firebase Push Notification successfully either app is killed, in background or foreground, but Infinix Note 5 (Android One- Oreo) and Oppo F9(Oreo) are not gett...

1

Solved

What I want: I want to send push notification to users. When user tap on that notification, user should navigate to specific activity. What I did: I created one deep link in Firebase console. I im...

2

Solved

I am implementing the Firebase Cloud Messaging Quickstart sample project available at https://github.com/firebase/quickstart-android/tree/master/messaging, incorporating it to my app. In https://gi...

2

In Android, if we disable app notifications using the OS settings, will fcm/gcm still deliver the notification to the device? If it is delivered to the device will the notification be passed onto ...

1

Solved

Android 7.0 Nougat added Data Saver feature allowing users to restrict background data of certain apps (including push notifications). When Data Saver is ON, only the apps on the list found in S...
Cussedness asked 13/4, 2017 at 11:23
1

© 2022 - 2024 — McMap. All rights reserved.