Skip to main content
Participant
October 2, 2012
Question

Connecting 2 iOS devices

  • October 2, 2012
  • 2 replies
  • 654 views

I'm creating an app for iOS using flash and would like to get two devices to talk to each other. Ideally I would like to use one device (iPhone / iPod) to be able to communicate with and control an second device (iPad). Obviously this would involve some kind of network connection over either bluetooth or Wi-Fi. Can anybody point me in the right direction?

This topic has been closed for replies.

2 replies

Participant
October 2, 2012

For Bluetooth try this: https://github.com/jamieowen/AirNativeiOS-Bluetooth

It uses the gamekit bluetooth for enabling two iOS devices to talk to each other.

You can also use sockets to connect over wifi...

gjdmediaAuthor
Participant
October 2, 2012

Thanks for that, I'll check it out.