You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
Any idea?
Thanks.
The text was updated successfully, but these errors were encountered: