Communicator
Communicator copied to clipboard
with watchOS 11, I am seeing a new crash using the WKWatchConnectivityRefreshBackgroundTask per instructions
When using communicator to handle the WKWatchConnectivityRefreshBackgroundTask, it will occasionally crash in wOS11 after sendng a message while the watch is in the AOD state.
case let connectivityTask as WKWatchConnectivityRefreshBackgroundTask:
// // Let Communicator handle the task!
Communicator.shared.task = connectivityTask
As a workaround, you can disable or remove the task. This will result in no communication during AOD, but resolve the crash.