开发者

Chating functianlity with push notifications in iphone [duplicate]

开发者 https://www.devze.com 2023-03-08 23:22 出处:网络
This question already has an answer here: Closed 11 years ago. Possible Duplicate: IPhone creating a chat applicatio开发者_JAVA百科n
This question already has an answer here: Closed 11 years ago.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消