1

I have 2 iOS devices and an application which starts or connects to a NSNetService.

When both devices have have bluetooth turned on the data stream will automatically be done over the bluetooth interface.

I do not want that, i want both devices to communicate over the WiFi. Is there a way to force a NSNetService to communicate over the WiFi?

Thanks

Mats Stijlaart
  • 5,058
  • 7
  • 42
  • 58

1 Answers1

0

I don't think there is, I haven't looked into the docs, but I know a ton of games recommend disabling Bluetooth and ensuring WiFi is enabled for local multiplayer.

jdoyle1983
  • 831
  • 8
  • 7