Difference between Push Notification and Pull Notification?

Does anyone know what is the difference between "Push Notification" and "Pull Notification"?

I know that "Push Notification" is C2DM, but I have no idea that "Pull Notification"

Any pls help ..

+7
source share
2 answers

Click

Push notifications are a type of technology for sending data to phones (tapping). An example is an SMS message. See Also WAP, Push email, etc.

The opposite of this technology is usually called โ€œ polling, โ€ where the phone will periodically request new information or content from the server.

Pull

" " , . Android. , "", - .

, , " ", " " ..

+5

, .

+36

All Articles