I am using UNUserNotification to push repeated local notifications to the user. I am trying to set badge number on the app to indicate the missed notifications. I searched through this forum and found iPhone: Incrementing the application badge through a local notification
This says that it is not possible for recurring local notification. That post is couple of years old and they were using UILocal notification.
is this still true for UNUserNotification? Is there no way to set badge count?