getting connectivity issues between my watch app and ios app.I have created the session successfully , when i send a message form watch app to ios app, it send successfully , but when i send a message from ios app to watch app, i get the error "WCSession counterpart app not installed"...
The iOS app should ensure the Watch app is installed before trying to initiate transfers. You initiate transfers in any of the following ways: Use the updateApplicationContext(_:) method to communicate recent state information to the counterpart. When the counterpart wakes, it can use this ...
The iOS app should ensure the Watch app is installed before trying to initiate transfers. You initiate transfers in any of the following ways: Use the updateApplicationContext(_:) method to communicate recent state information to the counterpart. When the counterpart wakes, it can use this ...