0

I'm doing an app that uses bluetooth connection between two devices.

How can I test the connection between two devices ?

Is it possible in Xcode ?

Almo
  • 15,538
  • 13
  • 67
  • 95

2 Answers2

1

No, this is not something you can do with the simulator.

Almo
  • 15,538
  • 13
  • 67
  • 95
0

Check out this thread Does the iPhone simulator in Xcode support Bluetooth Low Energy?. Not the same question, but I think it answers yours. Apparently it was possible at some point but now it's not. You'll have to use two physical devices as far as I know.

Community
  • 1
  • 1
tsilva
  • 21
  • 2
  • You still wouldn't have been able to run two instances of the simulator on the same computer, right? – Almo Feb 10 '15 at 15:44
  • Yes, you can, check out this post: http://stackoverflow.com/questions/26446346/xcode6-run-two-instances-of-the-simulator – tsilva Feb 10 '15 at 17:27