We did not get the local notification on next day for every hour using UNNotificationCenterCalendarTrigger.
What we have currently, the current day receiving local notification(s) on repeated hour interval, but from next day on-words does not received notification using UserNotifications framework, but with deprecated UILocalNotification framework notification delivered with the help of fireDate, repeatCalendar and repeatInterval property.
So is there any exact replacement for fireDate, repeatCalendar and repeatInterval property of UILocalNotification framework with UserNotifications framework.