I try to create a critical locale notification
Hi,
I try to create a critical locale notification like this :
I tried this but it doesn't work:
let newNotification = UNMutableNotificationContent()
newNotification.title = "Taskko"
newNotification.body = textNotification
newNotification.sound = .defaultCritical
newNotification.badge = (UserDefaults.standard.integer(forKey: "counterOfNotif")) as NSNumber
newNotification.interruptionLevel = .critical
I searched on the internet but I didn't find how to do it