Chating functianlity with push notifications in iphone [duplicate]
Possible Duplicate:
IPhone creating a chat applicatio开发者_JAVA百科n
hi.. i want to integrate chating functionality with push notifications concepts for iphone.Can anybody Explain regarding this and what is process for this?
About explaining the Push-method: http://en.wikipedia.org/wiki/Push_technology
The push-method describes a style of Internet-based communication where the request for a given transaction is initiated by the publisher or central server.
It is contrasted with pull technology, where the request for the transmission of information is initiated by the receiver or client.
In short: your server pushes a message to your app, and your app listens to that. Instead of updating each time yourself, your server basically decides when to update your app.
精彩评论