As of iOS 17, the current way to set the badge number is by calling:
import UserNotifications let newBadgeCount = 5 UNUserNotificationCenter.current().setBadgeCount(newBadgeCount)