Skip to main content
Filter by
Sorted by
Tagged with
8 votes
1 answer
812 views

I'm currently testing official live updates android feature for notifications in Android 16 https://developer.android.com/develop/ui/views/notifications/live-update https://www.youtube.com/watch?v=...
Geovanny Buitrago's user avatar
0 votes
2 answers
232 views

I want to implement push-like notifications in a Flutter app for both Android and iOS, where a countdown timer is visible directly inside the notification. The key requirements are: The notification ...
maulik nagvadiya's user avatar
0 votes
1 answer
346 views

I've setup push notifications in my flutter app using firebase and I'm trying to set the custom push notification icon, with a custom background color. I've created a plain white png image with a ...
DevelJoe's user avatar
  • 1,592
1 vote
1 answer
329 views

I am implementing Firebase Cloud Messaging (FCM) in a React Native app. The notifications work perfectly on iOS but are not received on Android devices. FCM Console reports notifications as "Sent&...
Kostas Drosatos's user avatar
0 votes
1 answer
212 views

How can we keep a Google Firebase push token alive? According to the Google documentation, the token expires in 30 days if the user uninstalls the app or loses their smartphone. However, we need the ...
Bruno Souza's user avatar
2 votes
0 answers
604 views

On Android When I receive a link within notification for some apps, notification previews this "Open link" button, click on it opens the link either in browser or in an app that can handle ...
Daguna's user avatar
  • 181
1 vote
0 answers
139 views

in this scenario connectivityManager.activeNetwork is null: App closed Push received Energy saving enabled connectivityManager.activeNetwork = null If energy saving is disabled connectivityManager....
Sbirulinu's user avatar
1 vote
0 answers
588 views

I'm trying to add a badge count to push notifications to Android that I'm sending using Firebase Cloud Messaging and kreait/firebase-php. My app is an appointment app and I want each notification to ...
Patrick Kenny's user avatar
1 vote
0 answers
76 views

I have an application with a dynamic icon-changing feature. When clicking on push notifications, it opens the app but after changing the dynamic icon the push notifications do not open app on Android. ...
Muhammet Berktaş's user avatar
1 vote
0 answers
152 views

I want to show the full screen notification when the app receive the fcm. exactly when the value of isfullscreen is received as true from the payload value of fcm. I have main.dart and ...
hluuy's user avatar
  • 11
0 votes
1 answer
79 views

I am trying a simple example of triggering a notification from an Android app and want the existing activity to be launched when the user taps on the notification. However, I see that a new instance ...
rysv's user avatar
  • 3,540
2 votes
0 answers
203 views

I am using Firebase Cloud Messaging for sending notifications to the user. But i am not getting notifications consistently on all devices. I am sending notifications to audience around 7M. Below is ...
Sumanta Paudel's user avatar
1 vote
1 answer
256 views

In Android Studio I added Image Asset to res folder. Icon Type is Notification Icons. In AndroidManifest I added <meta-data android:name="com.google.firebase.messaging....
temirbek's user avatar
  • 1,452
0 votes
1 answer
112 views

I need to redirect to a Specific activity in kotlin from the SplashScreen which is the launcher Activity of my application when I tap the push notification from the system tray. In my application ...
Premkumar Lakshmanan's user avatar
0 votes
1 answer
174 views

Using Firebase Cloud Messaging I can push data-only messages. Doing this sends data to my app without showing a notification to the user. Is there any way to do this using only the Android SDK?
Carl Patenaude Poulin's user avatar
2 votes
1 answer
395 views

I have a React Native (0.68.6) application that I want to implement Firebase push notification. I'm using mac and I wanted to implement & test on android first. I created Firebase account and ...
emre's user avatar
  • 98
1 vote
1 answer
4k views

We know in Android 13 and above, we can (and have to) ask for Post Notification permission as per https://stackoverflow.com/a/72981519/3286489 Also, we know that in Android 12L and earlier, the Post ...
Elye's user avatar
  • 61.4k
0 votes
0 answers
131 views

I'm developing an application in which users can send reports to the admins and the admin has a web panel from where he can check the reports from the users. So I need real-time notifications between ...
Samreen Aziz's user avatar
1 vote
0 answers
246 views

how to send custom push notification to 1.5 million users with there name in body using firebase or SNS push notification? For example: we have username: Santosh, Fcm: adgbbdghjjjbc Then user will get ...
santosh kumar panda's user avatar
1 vote
2 answers
1k views

quick question, is it possible to customize style for Notification action in android, so the notification can look like the one from popular messaging apps like WhatsApp, Viber, Slack. So far I've ...
Daguna's user avatar
  • 181
0 votes
1 answer
125 views

I have a Xamarin multi-platform app and I'm using the FirebasePushNotification Plugin v3.4.35 and am working on the Android app. Their instructions suggest the addition of a MainApplication : ...
Gary H's user avatar
  • 115
1 vote
0 answers
111 views

I am facing some weird behaviour on showing push notification on android using FCM. When I am using app in foreground mode - Received notification silently but no message/title in notification bar. ...
KKL's user avatar
  • 85
1 vote
1 answer
11k views

I have an Android App (Angular + Ionic) that uses Firebase to sent notifications. The app has been working for a while with no problems. I recently made some changes to the DB service of the app - ...
Mor Sagmon's user avatar
  • 1,055
1 vote
0 answers
321 views

I have been implementing push notifications for my React Native mobile app. But I am having issues now the app is in our staging environment. When the user signs in, their deviceToken is sent to our ...
TreyCollier's user avatar
1 vote
0 answers
125 views

I've an application for Android mobile and wear-os with same package name as companion app. When their is notification came on Mobile for my App and Mobile is not in use then notification received on ...
Sumit Ojha's user avatar
0 votes
2 answers
2k views

I have been able to successfully configure expo push notifications for my app (title and message appears), but I cannot for the life of me change the default expo icon (upside down V). This is what's ...
IWantAnswers's user avatar
0 votes
1 answer
660 views

I'm using firebase cloud messaging. I have implemented FirebaseMessagingService. And everything seems to be working well. However, I have a question, is it possible, if my application is not running, ...
testivanivan's user avatar
  • 1,554
0 votes
1 answer
572 views

I recently noticed that notifications for a mobile app I work on no longer work. I had a thought this morning, and think it could be down to how we build the app now. Previously, we used the now ...
TreyCollier's user avatar
-1 votes
1 answer
302 views

Here is the Class of Local Notification Service which will Call while the Notification Came class LocalNotificationService { static final FlutterLocalNotificationsPlugin _notificationsPlugin = ...
Mussadaq Ahmad Jamil's user avatar
1 vote
3 answers
3k views

Android 13 automatically asks the user if they would like to allow the app to send them notifications. My app does not show any notifications, therefore it doesn't make any sense to ask the user for ...
Tyler's user avatar
  • 20.3k
1 vote
1 answer
4k views

In my React Native app, I want to prompt the user to consent to receiving OneSignal push notifications. I have the code OneSignal.promptForPushNotificationsWithUserResponse(), which on iOS ...
gkeenley's user avatar
  • 7,708
1 vote
0 answers
125 views

My android App will not starting since API > 30 and in googles play store the target api-level has to be greater then 30 for updates I am not able to make a app-update. When I uncheck the flag &...
Gebhard Blank's user avatar
0 votes
0 answers
84 views

FCM message not receiving when the app is closed, even I don't have notification payload. I tried a lot of solutions but not worked. Can someone help me in this issue? It is working well when the app ...
Saad Ahmed's user avatar
3 votes
1 answer
3k views

I'm using flutter_launcher_icons package to generate launcher icons for the apps. Everything works as expected, the launchers are generated and set for Android and iOS. However, on Android push ...
Laura's user avatar
  • 432
-1 votes
2 answers
6k views

I used this library https://github.com/zo0r/react-native-push-notification for remote push notification, onNotification method fired only when receive notification, no when tapped notification , i ...
NourhanAdel's user avatar
0 votes
1 answer
636 views

We are sending Push Notifcations to our Android app. We want them to appear as a "Pop-Up" by default. The only way I have been able to get that to work dfo that seend to do that is to target ...
Pat Long - Munkii Yebee's user avatar
0 votes
2 answers
139 views

I have PushNotificationService and my method onMessageReceived. If I am in the program, a notification comes from above and directs me to the page I want. However, when the program is closed, when I ...
Revenge's user avatar
3 votes
1 answer
2k views

I'm using flutter_callkit_incoming package to get callsNotification in my application through the payload of FCM in all states of my App i.e background/forground/terminated state. Navigation is fine ...
Bill_The_Coder's user avatar
1 vote
0 answers
153 views

I have an application implemented with firebase push notifications. I have a scenario where I open a NotiticatinDetails activity on click of the notification and show the notification message in a ...
Kalyani Bandari's user avatar
1 vote
0 answers
196 views

I have arranged my app flavor folders and the build.gradle file specification as below image. Resource files are identical in both flavors but image content are different (ex: red color and green ...
Sandun Perera's user avatar
2 votes
0 answers
313 views

I'm having some trouble receiving push notifications on my AVD devices. The app & notifications work without issue on physical devices so I know the AVD's are the issue. The app works perfectly on ...
swift--help's user avatar
2 votes
0 answers
1k views

I am implementing custom push notifications. I have a custom layout, modified using RemoteViews. I have set color using contentView.setInt(R.id.parentLayout, "setBackgroundColor", ...
Daniyal Javaid's user avatar
0 votes
0 answers
2k views

I want to apply full notification like Whatsapp incoming call to our phone. But I can't do that when my android apps is in the background state. This is my build.gradle minSdk 23 targetSdk 32 I have ...
Deka Thomas's user avatar
1 vote
0 answers
375 views

I am working on an Android app for a client. App won't be deployed on Play Store. Also, the customer doesn't want to create a Firebase account. Which Push notification service provider can I use which ...
Sahil's user avatar
  • 126
0 votes
0 answers
49 views

Notification data is received when the Android application is background or foreground, but notification data is not received when it is terminated. @Override public void onMessageReceived(@...
chan's user avatar
  • 1
0 votes
1 answer
1k views

Currently, I'm building one chat application using react native amplify, it works fine when both users are online and are on the same screen ( stack screen to be specific ), I'm able to show push ...
Praveen Rana's user avatar
1 vote
1 answer
2k views

I have been using Unity and firebase messaging for push notification it is working fine with iOS but for android the certain phones are having white box instead of the application icon for phone that ...
Aravind Balakumar's user avatar
1 vote
0 answers
1k views

I have setup push notification service with Firebase, I'm sending notifications with the help of REST API, notification are received by different clients at different times based on their token. There ...
Wajadtuha GST's user avatar
5 votes
2 answers
13k views

I have registered my app, added google-services.json file to my app folder. I added required depndcies etc. I did everything still when I send notification from firebase console I don't receive ...
Usama Javed's user avatar
2 votes
2 answers
21k views

I've recently set up push notifications in my React Native app and it's working fine in iOs, but failing to pop up in Android. Here is the function that I'm calling to trigger the notification. ...
Jon's user avatar
  • 767

1
2 3 4 5 6