Best Cross Platform Networking Framework For iPhone Dev

Posted by Carmen on Stack Overflow See other posts from Stack Overflow or by Carmen
Published on 2010-03-26T13:19:49Z Indexed on 2010/03/26 13:23 UTC
Read the original article Hit count: 537

I am looking to write a client/server application that will run on both iPhone, OS X and Windows. What are the best solutions for networking that will work on all 3 platforms?

I have looked into Qt and it doesn't look like it has support for iPhone. I have also looked at boost, and that looks like it can be compiled for the iPhone. However I was hoping for a somewhat higher level framework like what Qt has to offer.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about cross-platform