Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

i would like make a simple application on iphone had a client and server the app should let me send update from client to server and send update from server to client the Question is... what should i read about to learn the major and important thing to start doing this application.

share|improve this question

closed as not a real question by Jim, Jeroen, ikinci viking, Josh Caswell, Anna Karenina Jan 7 at 3:13

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

up vote 0 down vote accepted

Check out gamekit. Connecting to the game network will allow your apps to talk to each other sending small data packets back and forth.

http://imagineric.ericd.net/2011/04/20/ios-gamekit-iphone-to-iphone-communication/

or you can use a TCP socket setup and communicate that way.

http://www.raywenderlich.com/3932/how-to-create-a-socket-based-iphone-app-and-server

If the ios devices are on the same network it can work from one to the other.

If they are on other networks you will need a central server.

share|improve this answer
Thank You i think this could be useful – Mohammad Othman Jan 2 at 20:16

Not the answer you're looking for? Browse other questions tagged or ask your own question.