简体   繁体   中英

How do chat iOS applications communicate?

How do text chatting in applications like Whatsapp and Skype communicate? Specifically, how are messages received real time?

Thanks in advance!

This is related with what is called Socket programming in iOS. you may refer to apple developer documentation for that or this link can help you regarding this.

Following links infact would be very helpful:

http://blog.scriptico.com/08/iphone-chat-native-rtmp-library-for-ios-in-action/

http://mobile.tutsplus.com/series/building-a-jabber-client-for-ios/

Whatsapp which uses XMPP also based upon socket programming.

Thanks

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM