Ankit Vyas
Ankit Vyas

Reputation: 7501

how to use push notification in iphone SDK3.0?

i am new in the iphone application development. first tell me what is push notification? Why we use push notification? and last how we can use push notification?

Upvotes: 1

Views: 171

Answers (1)

Stephen Darlington
Stephen Darlington

Reputation: 52565

Push Notification is where a remote server can send messages and sounds to iPhones and iPod touches who may or may not be running your application at the time the message is sent. That is, it's a way of getting around the fact that the iPhone does not allow third part applications to run in the back ground.

Apple have documented this pretty well. See the Push Notification Service Programming Guide for more details.

Upvotes: 1

Related Questions