By using UNCalendarNotificationTrigger and UNNotificationRequest, it is possible to create the following recurring reminder Show reminder every day 8:00 am star
I am trying to add a sound to my UNNotification. Instead of my own custom sound or the default sound, I would like to use one of the iOS SystemSounds in AVFoun
I am scheduling notifications with Unique Identifiers so I don't have to make a new String for each notification. This all works well for scheduling but the pro