Wait till local notifications from UNUserNotificationCenter gets deleted using removePendingNotificationRequests ios 10 swift 3
问题 Using new local notifications from UNUserNotificationCenter . I try to delete notification with some identifiers: UNUserNotificationCenter.current().removePendingNotificationRequests(withIdentifiers: identifiers) and from documention: This method executes asynchronously, removing the pending notification requests on a secondary thread. Completion handler is not present. So how do I know when its really get deleted? Before moving ahead, I need to make sure that this identifier is not present