Reputation: 7227
In my iOS app, I need to configure a socket server for receiving data from a remote client.
Does anyone have experience in socket programming in iOS?
Any good open source library to use?
Thanks.
Upvotes: 0
Views: 450
Reputation: 19641
YES, you can run a socket client in iOS.
and YES, I have experience in socket programming under iOS.
Any other question?
Upvotes: 1
Reputation: 3065
I think you can, but you shouldn't if you can use an Async client.
Explain your problem a little more and you might get more ideas from contributors here.
Upvotes: 0