3

By searching and reading the documentation I found that I can connect to external device by bluetooth and USB port but I did not found any thing by connecting wifi . Can I use External Accessory framework for 1:My device is only supporting wifi 2:what if my device is not programmed for IOS?

Please help

androider
  • 449
  • 2
  • 8
  • 21

1 Answers1

0

I don't get your point. WiFi access to a device rely on standard BSD network layer.

You just have to implement an TCP/IP server (or client, depending on your device specs) in you application.

Sylvain G.
  • 508
  • 2
  • 9
  • I think this becomes important when writing an app that relies on communication to the external accessory when in the background. Unless you use the external devices framework and set the external accessory key in the info.plist your app will be suspended when in the background. – Magic Bullet Dave Nov 05 '12 at 11:52