You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the looks of it, addNotificationRequest() only allows repeating a notification daily. This means losing functionality to repeat weekly, monthly, yearly, etc., which I'm sure a lot of apps depend on.
Looking at the code it looks like it shouldn't be too hard to extend the capabilities of addNotificationRequest() to support the same parameter repeatInterval by only adding the necessary flags in the date components.
I'd attempt this if I had time (which unfortunately I don't) and am ok with using the deprecated methods for now. If someone here would be able to add this functionality that would be great.
The text was updated successfully, but these errors were encountered:
From what I've tested daily repeating doesn't even work properly through addNotificationRequest(). Only works with scheduleLocalNotification() at the moment. It seems to me the challenge is in abstracting the UNNotificationTrigger defintion.
Uh oh!
There was an error while loading. Please reload this page.
From the looks of it,
addNotificationRequest()
only allows repeating a notification daily. This means losing functionality to repeatweekly
,monthly
,yearly
, etc., which I'm sure a lot of apps depend on.Looking at the code it looks like it shouldn't be too hard to extend the capabilities of
addNotificationRequest()
to support the same parameterrepeatInterval
by only adding the necessary flags in the date components.I'd attempt this if I had time (which unfortunately I don't) and am ok with using the deprecated methods for now. If someone here would be able to add this functionality that would be great.
The text was updated successfully, but these errors were encountered: