python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Android send out generic notification instead of custom one for foreground service
I'm trying to create a custom notification with an action for my foreground service but for some reason android keeps sending out a generic "{appname} is running in the background | tap for more ...
bait9
Votes: 0
Answers: 1
catch notifications OneSignal react-native
there is an application written in react-native, OneSignal is used as push notifications, my task is to catch pushes and save them to local storage when the application is closed, at the moment I can ...
Андрей Кожин
Votes: 0
Answers: 0
creating weekly reminders for only weekdays - swift
I currently have an array of weekdays and wish to set them as reminders weekly - here is the code so far.
for i in selectedWeekDay {
let dateInfo = Ca...
user17928877
Votes: 0
Answers: 2
Programmatic Navigation after opening notification SwiftUI
So I have a bunch of UIKit code to enable my iOS app to receive notifications. How do I programmatically navigate upon a user opening a notification?
Code to Receive Notifications:
class AppDelegate: ...
John Sorensen
Votes: 0
Answers: 0