tags:

views:

38

answers:

1

Not able to connect iphone simulator to iphone device in bluetooth gamekit application (iPhone SDK) ?

same bluetooth application is installed in both simulator and device, when i am trying to connect device with simulator (via bluetooth), in simulator side(mac system) i am able to get device, but when i select that device, app saying that "Waiting for * iphone.." and then after some time, message appear like "Connection Lost". I mean, i am not able to connect iphone simulator to iphone device (via bluetooth).

How to solve this issue ??

+1  A: 

The iPhone Simulator cannot connect to a device through Bluetooth. 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.

Brad Larson