0
我想知道是否可以從我的應用程序發送的Apple Watch中刪除通知? 我真的需要它。 在此先感謝。在watchOS中刪除遠程通知
我想知道是否可以從我的應用程序發送的Apple Watch中刪除通知? 我真的需要它。 在此先感謝。在watchOS中刪除遠程通知
這是可能的,你只需要調用UNUserNotificationCenter以下兩種方法之一:removePendingNotificationRequests(withIdentifiers:)
或removeAllPendingNotificationRequests()