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.
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.