Removing scheduled local notification
问题 I know there are plenty of similar questions and answers, and I reviewed them all, but still cannot find the solution. Despite of removing a scheduled notification from UNUserNotificationCenter it still gets triggered. I create local notification as follows: let aDF = DateFormatter() aDF.dateFormat = "yyyy-MM-dd HH:mm:ss" var identifierST = "" if update == true { identifierST = myCoreDataEntity.notificationUID! } else { identifierST = aDF.string(from: Date()) } let notif =