adrin
adrin

Reputation: 3848

Does Bluetooth p2p connectivity work on iPhone simulator?

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.

Upvotes: 2

Views: 1228

Answers (1)

Brad Larson
Brad Larson

Reputation: 170319

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.

Upvotes: 2

Related Questions