unnotificationtrigger Questions

1

I'm trying to schedule a local notification to fire every day (i.e. repeats), at a specific time, but from tomorrow. i.e "Trigger a notifcation every day at 8pm, from tomorrow" I've been using th...
Rania asked 2/7, 2017 at 15:30

3

Solved

I have an array of hours hoursArray and array of minutes minutesArray and I am getting the current date from the system now I have the arrays who have the elements of the current month it means if ...
Marius asked 16/4, 2018 at 12:21

1

Hello guys I am new to objective c, I am trying to trigger a notification when the current time matches the time of an array named newarr i have added times in this array. I want the notifications ...
Overthecounter asked 5/4, 2018 at 7:0

0

TL;DR: Is it possible to have repeating, random local notifications without using APNS (or an alternative push notification service)? I am building a Core Data app that includes a bunch of objects...

1

I can't have a iOS 10 local notification (UNNotification) fire properly across time zones. In time zone +10 hours, I want it to fire at 17:00:00, and schedule it. Later when I look at what notifi...

1

Solved

This is my code for UNUserNotification func scheduleNotification() { UNUserNotificationCenter.current().getNotificationSettings { (notificationSettings) in switch notificationSettings.authoriza...
1

© 2022 - 2024 — McMap. All rights reserved.