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...
Rosalindrosalinda asked 22/8, 2018 at 10:12
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...
Intoxicated asked 16/8, 2019 at 11:32
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 ...
Hupp asked 3/10, 2020 at 17:1
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...
Clunk asked 9/9, 2019 at 20:27
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 ...
Pepys asked 8/5, 2020 at 23:3
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...
Uncanonical asked 24/8, 2018 at 9:6
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...
Jerricajerrie asked 16/4, 2019 at 15:25
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...
Lamina asked 17/10, 2018 at 7:29
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...
Imogene asked 3/7, 2018 at 6:40
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...
Anaplasty asked 24/11, 2017 at 22:28
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 ...
Pharmacopoeia asked 16/8, 2017 at 18:33
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.