Skip to main content

Questions tagged [notifications]

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

notifications
0 votes
1 answer
17 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
32 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
1 answer
18 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
0 votes
1 answer
32 views

How to send Airflow Failed Notifications to Microsoft Teams using Microsoft 365 Worfklow

I've got an Airflow function who send failed notification task in Teams group. With new Microsoft politics my old webhook call will not function anymore in few months so i want to work right now to ...
Onyx's user avatar
  • 35
-1 votes
0 answers
49 views

Bug on laravel email

to start I would like to apologize for my English. I have a problem with sending email with Laravel. as you can see in the image that I attached, there is html code. According to the research I did ...
Ibrahim Toulouse's user avatar
0 votes
1 answer
54 views

Check permission USE_FULL_SCREEN_INTENT always returns GRANTED on Android 14

Not going into much detail (NDA), our app (kotlin + compose) allows users to receive calls that they can accept or decline in the notifications. When the screen is locked and a call is received, a ...
DN2048's user avatar
  • 3,791
0 votes
1 answer
34 views

How Do You Make A Foreground Service Notification Only Appear When The App Is Closed Or In The Background In Android?

As the title says, how do you make a foreground service notification only appear if the app is closed or in the background? I have a sample app I'm trying to implement that feature into to but I don't ...
Bob Rasner's user avatar
0 votes
0 answers
17 views

Running background task on iOS when receiving a notification

I am using react native firebase to handle notifications in my app. For android onBackgroundEventHandler works perfectly fine and is fired when a notification is received and the app is in background ...
Irfan wani's user avatar
  • 4,740
0 votes
0 answers
27 views

The progress bar stuck at 100% in notification bar when download file from internet

I was downloading a pdf from url and save in app storage this code work as it download file and save in app storage and notify user about download in notification bar But the problem are occur some ...
Umesh Maurya's user avatar
0 votes
0 answers
22 views

Flutter Local Notification not seen on phone screen

import 'package:flutter_local_notifications/flutter_local_notifications.dart'; import 'package:timezone/timezone.dart' as tz; class LocalNotifications { static final FlutterLocalNotificationsPlugin ...
Rufat Shikhiyev's user avatar
-2 votes
0 answers
24 views

How to send messages using FCM to more than one topic in Firebase for ios devices?

I am using FCM to send notifications to mobile devices using topic subscriptions. When I send notifications to a topic, for example: "'A' in topics", it works fine and notifications are ...
JOSE ANTONIO AGUILERA ORTIZ's user avatar
0 votes
0 answers
26 views

Notify about Pending Messages in Microsoft Teams

How can I create a pop-up to tell me if I have unread messages in MS Teams? I sometimes miss the brief MS Teams message banners for hours, even while working at the computer. I don't know if it is a ...
deasserted's user avatar
0 votes
1 answer
44 views

Android Media3: How to add seek buttons to the media notification?

After spending an entire week trying to understand this unbelievably complicated library, I am at my wits' end. I am convinced that there is an out-of-the-box solution for this media notification UI ...
Dale Cooper's user avatar
0 votes
0 answers
10 views

Using Kotlin and AWS SDK, copy file without file without triggering AWS S3 event

Using Kotlin and AWS SDK, how to copy a file in a s3 bucket without triggering the event notification? or not triggering the lambdas connected to the event notification? https://docs.aws.amazon.com/...
user2517182's user avatar
  • 1,289
0 votes
2 answers
28 views

How to create push notification with long text and picture in one style

How to create push notification with long text and picture in one notification style? I'm using BigTextStyle for showing push notification, because I need to show big text, but how can I add an image ?...
Slava's user avatar
  • 625

15 30 50 per page
1
2 3 4 5
1077