English 中文(简体)
在目标C中使用网页
原标题:Using WebSockets in Objective-C

我曾尝试用客观的目录与以下两个图书馆一起使用:

http://code.google.com/p/unitt/wiki/UnittWebSocketClient”rel=“nofollow”http://code.google.com/p/unitt/wiki/UnittWebSocketClient

https://github.com/zootreeves/iOS-WebSockets”rel=“nofollow”>https://github.com/zootreeves/iOS-WebSockets

在这两种情况下,我甚至无法与服务器建立基本联系(在当地东道方开课)。 我不禁要问,有人是否能够向我提供或把我放在某些法典的方向上,这些法典将仅仅通过网络电话连接服务器和(或)进行手法。

理想的情况是,如果该守则能够使用上述图书馆之一,那么那将是空洞的,但此时此刻,我乐于从事任何工作。

我与UniT beore就一些问题作了说明,但我没有收到任何反馈,因此我肯定我说,我会说什么步骤。 感激!

问题回答

开展该股工作的关键是查明哪些规格是你的服务器。 然后,你对客户使用正确的版本。 最新(第17号)的定本允许多种版本,使服务器能够退回适当的回应,但以前的版本没有。 因此,你可能无法从服务器处获得有意义的错误,只是脱节。 你们是否知道你的服务器运行了什么版本?





相关问题
How to change out-of-focus text selection color in Xcode?

Okay, I ll bite. I ve got really pleasant code/window colors set up in Xcode. Ordinarily, my selection color is very visible. When I am doing a project search and iterating through the results, ...

Iphone NSTimer Issue

Hi I am new to objective c. I am trying to make an app for iphone. I have a button on my view, and the click on which the function playSound is called. This is working properly. It does plays the ...

Include a .txt file in a .h in C++?

I have a number of places where I need to re-use some template code. Many classes need these items In a .h could I do something like: #include <xxx.txt> and place all of this code in the ....

Iterating over string/strlen with umlauted characters

This is a follow-up to my previous question . I succeeded in implementing the algorithm for checking umlauted characters. The next problem comes from iterating over all characters in a string. I do ...

Xcode open two editor windows with same file

Is it possible to open the same file in two separate windows in Xcode. I can open a file in one window and the same file in the main Xcode editor window, but I wanted two separate fulltime editor ...

Forcing code signing refresh in Xcode

In our environment, we share resources across multiple projects and platforms. When building for iPhone, only a subset of those resources are needed. Since that subset is still considerable, we have ...

热门标签