-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WatchOS Reachability is incorrect #1
Comments
Hi, thanks for your feedback, I'm checking the logic of it again. According to apple:
You can read more about it here. Did you test on simulator or on real device? |
I also have this same issue because when I do the checkSessionReachability check I get the reachable value false and I am testing in the simulator device. |
I also have the same problem where it is very unreliable. The swift code seems to think the session is reachable but the flutter code does not. |
I'm implementing this implementation with a WatchOS connectivity part. And I noticed from the very beginning that my confiugration must be quite ok since my watch app can send messages to my Flutter app. I can read the data sent with it etc.
However when I want to send a message back or reply to the original message I cannot... Reason is that the
checkSessionReachability
always returnsfalse
. However the WCSession is initiated and it reports to be active. So I guess for some reason (since the communication in the other way is working) the reachability check is not going right...The text was updated successfully, but these errors were encountered: