With UILocalNotification it was possible to set both fireDate and repeatInterval in a manner that you could schedule a notification firing every day starting next month.
Now that UILocalNotification is deprecated, I can't seem to find a way to replicate this behavior using the available UNNotificationsRequest triggers.
Is there any way I could possibly do this?