Jason
Jason

Reputation: 17099

What is the mechanism used for having iOS devices communicate with each other?

Is is possible to have two iOS devices talk to each other without having a wireless network present?

If a network is required, can they communicate with each other without having a third device (a web server or something similar) to host the communication?

Upvotes: 1

Views: 932

Answers (1)

Jeremy Roman
Jeremy Roman

Reputation: 16355

Yes, they can use Bluetooth or ad-hoc wireless network to the same effect. Apple in fact provides a framework designed to enable this: Game Kit.

See Apple's documentation on the subject for more information.

Upvotes: 3

Related Questions