How to write a small (socket) server in iOS

后端 未结 1 1041
深忆病人
深忆病人 2020-12-14 03:37

I saw this in some official iOS apps, so I know it\'s possible and permitted.

I want to write a small socket server in iOS that some other application, that I will

1条回答
  •  半阙折子戏
    2020-12-14 03:58

    You should read the Stream Programming Guide, the WiTap sample, and many other Programming Guides, Samples and Documentation in Apple's Doc, you will find everything there (including detailed explanations and code)

    If you simply go to the home page of iOS SDK documentation and go in the "Networking & Internet Topics" you have plenty of resources too, including the Network & Internet Starting Point guide and much more.

    0 讨论(0)
提交回复
热议问题