Can some one please tell what framework does iPhone chat apps like GroupMe, WhatsUP uses? I am implementing a live chat app for iPhone. I am sure they use Apple Push Notifificaitons to receives messages. But as I came to know that Apple Push Notification has a size of only 256 characters (Which reduces to 106 bytes as actual text data because of other payloads), then how GroupMe app can send the data which is more than the maximum length of the payload allowed in Apple Push Notifications. Do they use some XMPP/HTTP protocol to imlpement chat. Just need to know the logic behind there mobile chat system (iPhone). Thanks in advance.
feedback
|