0
내 애플리케이션에서 전송 한 Apple Watch에서 알림을 제거 할 수 있습니까? 정말 필요합니다. 미리 감사드립니다. 시계 알림에서 원격 알림 제거
내 애플리케이션에서 전송 한 Apple Watch에서 알림을 제거 할 수 있습니까? 정말 필요합니다. 미리 감사드립니다. 시계 알림에서 원격 알림 제거
당신이 단지 UNUserNotificationCenter의 다음 두 가지 방법 중 하나를 호출 할 수 있습니다 : removePendingNotificationRequests(withIdentifiers:)
또는 removeAllPendingNotificationRequests()