取消本地單個通知u能幫助我如何取消在iOS的10如何在目標C
UNUserNotificationCenter *center = [UNUserNotificationCenter currentNotificationCenter];
[center removeAllPendingNotificationRequests];
[center removePendingNotificationRequestsWithIdentifiers:@[ CYLInviteCategoryIdentifier ]];
removePendingNotificationRequestsWithIdentifiers
本地通知我無法理解
可你不明白什麼removePendingNotificationRequestsWithIdentifiers?它將刪除標識符出現在陣列上的所有待處理通知請求。 –
[Cancel UILocalNotification]的可能重複(http://stackoverflow.com/questions/3158264/cancel-uilocalnotification) – Spartan