A
A
alienstone2013-10-31 13:02:20
iOS
alienstone, 2013-10-31 13:02:20

Implementing a chat client for iOS?

Hello, dear habravchane!
Not so long ago, I faced the task of creating an iOS client for web chat. The server itself is long-polling. The idea is very simple: a connecting user connects to another anonymous user. It turns out, as it were, a chat for two anonymous people. But how to implement it - I do not understand at all. I have the necessary requests, I have the framework of the application itself (banal: buttons, input forms, etc.). In search of the necessary material, I went around the whole google, Stack Overflow, found several lessons, but everything is different in each of them, and as a result, little is clear and almost nothing works, especially with updating xcode to version 5. The last hope for Habr remains :)
Tell me please, how can I implement such a task?
Thanks in advance.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alexey Bukhtin, 2013-10-31
@alienstone

Look at the web-socket client for iOS SocketRocket and see an example of a chat implementation there.

A
Alexander, 2013-11-13
@alexyat

here's a great lesson with the implementation of the chat.

I
IgorFedorchuk, 2013-10-31
@IgorFedorchuk

XMPP for iOS has been used. Quite tolerable.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question