BeachRunnerFred
BeachRunnerFred

Reputation: 18578

Is there any way to simulate multiple iOS devices running a Bonjour networking app?

I want to build a multiplayer iPhone game that allows multiple iPhones (clients) to connect to a single iPad (server) using Bonjour. Since I only have one iPhone and one iPad, is there a way to run multiple instances of the iPhone simulator to simulate the multiplayer app?

If not, does anyone have any creative solutions to testing a multiplayer game with a limited number of iOS devices?

Thanks so much in advance for your wisdom!

Upvotes: 2

Views: 731

Answers (1)

christo16
christo16

Reputation: 4843

Yes, install multiple versions of the iOS SDK to different directories.

During the install process, set the location to a different directory. alt text

Upvotes: 2

Related Questions