iosswiftwatchkitwatchconnectivitywcsession

WCSession: is it possible to cancel queued message?


Is there any way to cancel messages sent by the sendMessage(_:replyHandler:errorHandler:) method of WCSession?

From the documentation:

Messages are queued serially and delivered in the order in which you sent them.


Solution

  • No. That type of transfer is not cancellable, as