1

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

So how can be this possible. I heard about Bonjour but the is idea is not clear. but Bonjour is not supported in WatchOS.

Thank you.

Anju
  • 563
  • 2
  • 6
  • 13

1 Answers1

0

You can use Bonjour protocol , so that iPhone will publish service and each Apple Watch will subscribe then send data to iPhone

Please check this answer

https://stackoverflow.com/a/62574712/2991942

Same7Farouk
  • 837
  • 9
  • 19
  • Hi, I have seen that answer but I fount that watchOS does not support apps doing Bonjour directly. – Anju Jul 03 '20 at 11:55
  • @Anju watchOS does not support apps doing Bonjour directly, as direct connections are currently only open to media streaming use cases. It would be useful to have an enhancement request filed for this with your use case described. So you can make iOS app and whtchOS app so watch app send data to its iOS app and the the iOS app connect to the iPhone with bonjour service – Same7Farouk Jul 03 '20 at 20:58
  • 1
    Thank you. I will check this. – Anju Jul 05 '20 at 04:13
  • Hi, can you please help me on how to file an enhancement request. Where can we file the request. unfortunately I failed to find out that. – Anju Jul 07 '20 at 04:19