user4546067
user4546067

Reputation:

Is it possible to use 2 different devices on iOS simulator?

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 ?

Upvotes: 0

Views: 135

Answers (2)

tsilva
tsilva

Reputation: 21

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.

Upvotes: 0

Almo
Almo

Reputation: 15861

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

Upvotes: 1

Related Questions