627 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
68
views
iOS BGAppRefreshTask not running consistently — is my background task pipeline correct?
I’m implementing a background refresh task using BGAppRefreshTask in an iOS app.
The task checks if a specific condition has been met and may post a local notification, with throttling and debug ...
0
votes
0
answers
26
views
Ionic Local Notifications not working consistently on lock screen (iOS & Android)
I am working on an Ionic (Angular + Cordova) app and using the @ionic-native/local-notifications plugin to schedule reminder notifications.
On iOS, interval notifications do not show at all when the ...
0
votes
1
answer
192
views
How do you handle scheduling 100s or more of notifications when Android limits you to ~50 pending?
I'm working on a Flutter app that needs to schedule a large number of notifications (think calendar app with hundreds of events, medication reminders, etc.), but I've hit Android's limit of ...
1
vote
0
answers
43
views
How do I send a local image file on React native Notifications IOS Attachments
I'm trying to schedule a local notification in my React Native app (using Notifee) that includes an image attachment. The image is selected and copied to a temporary path using react-native-fs, and ...
3
votes
2
answers
1k
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
59
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, ...
-1
votes
1
answer
55
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
158
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
71
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
52
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
125
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
156
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
910
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
164
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 ...