Search code examples
iphoneiosbluetoothios-simulatorp2p

how can I run multiple ios simulators to test p2p


Possible Duplicate:
Is there a way to run multiple iOS Simulators at once?

I'm trying to develop an app that uses the gamekit to communicate between 2 devices using bluetooth. I was wondering if there is a way to test this using just the ios simulators? Is there a way to use a virtual machine to run multiple instances of the simulator at once?


Solution

  • I think you are going to run into trouble with bluetooth in the simulators.

    Running your app on two separate simulators isn't that hard in itself.

    You might have to use a physical iOS device and connect it to your mac via bluetooth to the simulator.