Hello,
I am working on a project and my goal is to make a communication between multiple apple watches and single iPhone. Which means from apple watches need to send data to iPhone without internet.
Conditions
Thank you.
I am working on a project and my goal is to make a communication between multiple apple watches and single iPhone. Which means from apple watches need to send data to iPhone without internet.
Conditions
Need to communicate with multiple devices at a time
No internet connection available
Watches are not paired with iPhone
Thank you.
I don’t think there’s a way to achieve this goal. The main sticking point is this:
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@apple.com"
If the watches were paired, you could use WatchConnectivity for this. But they’re not, so you have to use a low-level networking API. That’s not going to work for the reasons outlined by Matt in Low-Level Networking on watchOS.Watches are not paired with iPhone
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@apple.com"