python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
IOS Open local Notification to Specific View Controller or Tab
I have researched and came across a few articles about opening local notifications to a specific view and showing the information within the view controller. Unfortunately, I'm still unable to make th...
Sharlene
Votes: 0
Answers: 1
How to show a local notification in the lock screen on iOS?
In my iOS app, I want to show a local notification that appears in the notification center and in the lock screen. It aims to be a notification for a music player.
So far, here is what I tried, runnin...
matteoh
Votes: 0
Answers: 0
How to show a local notification when the user clicks a button on iOS?
In my iOS app, I want to show a local notification when the user clicks a button.
But according to the documentation, it looks like the notification can only be displayed:
after a certain amount of t...
matteoh
Votes: 0
Answers: 1
How to remove pending notification request when using uuidString as identifier swift
I am using local notifications and storing the data in core data. I am using the editingStyle .delete to delete the reminder with a swipe to the left action. Figured out how to delete the data with co...
Chamoy
Votes: 0
Answers: 2