-
I noticed several ZeppOS apps need Android apps and communicate with those.
They do not seem to use the fetch API. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
To answer my own question. I just installed WatchDrip+ and did not see any traffic on my VPN no-root firewall either. I assume they do use the fetch API on localhost and my firewall didn't see data to localhost. |
Beta Was this translation helpful? Give feedback.
-
In one of the projects I saw this code
But it was a test project and I don't know if such a request to the phone works or not. And of course there was an application on the phone that generated a response to the request. I myself would like to see some sample code for a simple data exchange between the phone and the watch. |
Beta Was this translation helpful? Give feedback.
To answer my own question. I just installed WatchDrip+ and did not see any traffic on my VPN no-root firewall either. I assume they do use the fetch API on localhost and my firewall didn't see data to localhost.