views:

94

answers:

1

Does Bluetooth p2p connectivity work on iPhone simulator? I want to test GameKit connection over bluetooth with an iPad but have only one physical device.

+1  A: 

No, it does not. From the Game Kit Programming Guide:

Bluetooth networking is not supported on the original iPhone or the first-generation iPod Touch. It is also not supported in Simulator.

However, as of iPhone OS 3.1 Game Kit can also use WiFi for peer-to-peer communication. I've read some reports of this working between the Simulator and iPhones.

Brad Larson