MMWormhole
MMWormhole copied to clipboard
[WCSession _onqueue_notifyOfMessageError:messageID:withErrorHandler:] errorHandler: NO with WCErrorCodeDeliveryFailed
I am using Xcode 10.0 and with 4 I am passMessageObject from phone to watch and it's working fine but when I am trying to passMessageObject from watch to phone using the same way
self.watchConnectivityWormhole!.passMessageObject(message, identifier: "identifier")
I am getting this error in the watch
[WCSession _onqueue_notifyOfMessageError:messageID:withErrorHandler:] errorHandler: NO with WCErrorCodeDeliveryFailed
Any idea? Thanks.