Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [notifications]

A notification is a user interface element displayed to indicate an event has occurred.

notifications
0 votes
1 answer
24 views

Trying to go into a deep link on clicking a notification, but app opens, but stays on first screen

I have build an android app using flutter and firebase. I have used go_router to set up all the navigation and deep links. The deep link works correctly when I click on a link (say pasted on whatsapp)...
Sanjay Dattatri's user avatar
0 votes
0 answers
18 views

How to handle foreground service notifications in React Native

I trying to use foreground services from https://www.npmjs.com/package/@supersami/rn-foreground-service and the problem I am facing is that, when I start the service, it creates a notification, but I ...
Domesan's user avatar
0 votes
0 answers
9 views

Tried to send a platform message to Flutter, but FlutterJNI was detached from native C++

I am using infobip_mobilemessaging for chatbot and i am using its push notifications too. So, the scenerio is when on tap on the notification it should check first if user is logged in or not. if it ...
user1's user avatar
  • 25
0 votes
0 answers
18 views

Change text color of Android notification action

I'm trying to have an action on my notification with red background and white text. I've tried: endString.setSpan( ForegroundColorSpan( ContextCompat.getColor(context, R.color....
Pedif's user avatar
  • 226
0 votes
1 answer
15 views

flutterLocalNotificationsPlugin notifications icon not seen by Flutter in android studio

I have an Icon (called 'test.png') with white drawing 96x96 px in my drawables folder which I set using AndroidInitializationSettings('test'). However, when running the app and triggering a ...
PDiracDelta's user avatar
  • 2,498
0 votes
1 answer
16 views

canceling notification after clicking on notification builder action button

Starting from android 12 , starting activity from BroadcastReceiver and services is not possible anymore, according to the documentation this is called Notification trampoline restrictions and now we ...
joghm's user avatar
  • 678
0 votes
1 answer
24 views

Android ongoing notification is cancellable

I'm trying to create a notification that should not be cancellable (used in a foreground service), yet the users can swipe it away(Tested on Android 14). Here is what I've used: .setOngoing(...
Pedif's user avatar
  • 226
0 votes
0 answers
30 views

Is GitHub notification mail system broken?

For a week or so started received the following warning: You only have a single verified email address. We recommend verifying at least one more email address to ensure you can recover your account if ...
rodhash's user avatar
0 votes
0 answers
29 views

Caused by android.app.ForegroundServiceStartNotAllowedException for Android 14

Although there are many problems similar to the question mentioned in the title, none of them work for Android 14. That's why I will take care to present my question with as clear sources as possible. ...
theoyuncu13's user avatar
-1 votes
0 answers
46 views

Notification system for WPF application [closed]

In my WPF app, I use two APIs, one GET to fetch all the new messages and one DELETE to remove all the messages once they are displayed. The messages are stored in a mongoDB collection. Each document ...
May Nguyen's user avatar
1 vote
0 answers
26 views

App is restarting when tap on notification in flutter

I am using infobip_mobilemessaging: ^6.1.1 for chat, and using its push notification. I updated my /android/app/src/main/res/values/strings.xml with application code of live chat widget here files ...
user1's user avatar
  • 25
0 votes
0 answers
13 views

Progressive Web Apps : how to build reminders?

I'm a student and I have learnt about web development (HTML, CSS, JS, PHP) and quickly about app development (Android Studio with Java). Currently, I'm doing an internship where i'm supposed to make ...
user26463933's user avatar
0 votes
2 answers
31 views

Swift NotificationContentExtension not working

I am using OneSignal for the notifications in my messaging app. I have a standard OneSignal's NotificationServiceExtension. And I also need to add a NotificationContentExtension to customize my ...
f3dm76's user avatar
  • 782
1 vote
2 answers
42 views

Local Notification on MacOS is not working

I am trying to display banner notification on macOS swift app and the banner does not appear when running debug build in Xcode neither any new notification related my app is visible in the ...
Abdul Sami Sultan's user avatar
0 votes
2 answers
32 views

Shell script not working when run as wsrep_notify_cmd by Galera Cluster for MariaDB

I have a simple shell script that I'm trying to use to test Galera Cluster for MariaDB's node state change notification mechanism, running on an AWS Ubuntu 20.04 LTS instance. The script is a ...
Dan Parker's user avatar

15 30 50 per page
1
2 3 4 5
1077