Friday, September 28, 2012

Local and Push Notifications

Difference between Local notifcation and Push notification

Local notifications are scheduled by an application and delivered by ios on the same device.
Its available only in iOS.

Push notifications are sent by application's remote server to Apple Push Notification Service (APNS) which pushes notifications to device on which application is installed.

Refer:  Tutorial on http://www.raywenderlich.com/3443/apple-push-notification-services-tutorial-part-12  about how push notification works.

No comments:

Post a Comment