627 questions
-1
votes
0
answers
23
views
Local Notification not showing when game is killed in some android devices in Unity [closed]
I’m using the Mobile Notifications Unity Package for local notifications, but I’m facing an issue: I’m not receiving local notifications on most devices when the game is killed, even if their Android ...
2
votes
1
answer
309
views
expo app scheduled local notification getting triggered immediately, not getting scheduled
I have built an app with react js using expo. I am trying to schedule a local notification. The notification ID is getting generated. But it is triggered immediately, not being scheduled. I logged all ...
0
votes
0
answers
47
views
workmanager does not fetch scheduled notifications from awesome_notifications package:Flutter
I use the Awesome_notifications package. I want to bring recurring scheduled notifications, but the problem is when I schedule the notification from workmanager, it does not work. I don’t know why, ...
0
votes
0
answers
26
views
fcm local notification open status bar only
If you set the channel to "high_importance_channel"
The pop-up does not appear, but only in the status bar.
Please help me
Here is my code:
<manifest xmlns:android="http://schemas....
0
votes
0
answers
101
views
How to Intercept and Monitor Outgoing Notifications in Flutter Using flutter_local_notifications
I’m working on a Flutter application and using the flutter_local_notifications package to handle local notifications. I need to be able to intercept and monitor notifications before they are sent out. ...
-1
votes
1
answer
46
views
How to Perform Actions When a Local Notification is Delivered in iOS Without User Interaction?
I'm currently working on an iOS application where I need to perform certain actions (like logging) when a local notification is delivered. However, I want these actions to be executed even if the user ...
0
votes
0
answers
100
views
scheduling a local notification in capacitor v4 angular by receiving a response from listening to a websocket message while app is in background
So I have an angular android capacitor v4 application and when my user goes out of the app, my app successfully keeps on listening for their location change through a plugin I installed called "@...
0
votes
0
answers
101
views
Implementing Microsoft.Toolkit.Uwp.Notifications package in an Unity project
Has anyone had success with adding the Microsoft.Toolkit.Uwp.Notifications package to their Unity project?
I have been unsuccessful in implementing Microsoft Windows Local Toast Notification. As far ...
0
votes
1
answer
57
views
Local notification for a Game in UWP platform and developed by unity
I want to implement local notification system in unity and for UWP platform. Can You tell me your suggestions regarding this purpose?
I wanted to try OneSignal, but the support clarified that they don'...
1
vote
0
answers
44
views
Ionic iOS capacitor Project Local notification method not get called both "will present" and "DidRecieve"
In iOS capacitor project I have implemented local notification from native iOS side, import UserNotifications and also write below mentioned code On did finish launching for configure. When I write ...
0
votes
1
answer
93
views
How to schedule local notifications for specific days and time interval in Swift?
I need to update this schedule function:
func scheduleNotifications(numberOfNotifications: Int) {
// Create notification content
let content = UNMutableNotificationContent()
content.title =...
1
vote
0
answers
50
views
Flutter How to make daily local notification from started user date?
I'm trying to make schedule reminders maybe daily, weekly, or monthly as it will be the user's choice, and the start date and time will be also the user's choice my notification works only for the 1st ...
0
votes
1
answer
132
views
Flutter scheduled local Notificaton
I have used flutterLocalNotificationsPlugin.zonedSchedule() to schedule the local Notification and its working great.
When this Scheduled Local notification is send before i want to check App Is in ...
2
votes
1
answer
770
views
Handling click events on Capacitor Local Notifications when the app is closed
I'm encountering an issue within my app that utilizes Capacitor with Quasar. We're utilizing the @capacitor/local-notifications plugin to handle local notifications, and we have a method that gets ...
0
votes
0
answers
141
views
Should i use push notification or local notifications?
I'm creating my first app in react native and would like users to receive a notification based on a date they set within the app.
I would like the app to send the notifications even when the app isn't ...