iOSCodeSnippets

Push Notification

iOS push notification implementation

reference1 reference2

how to programmingly add event to reminder:

reference

how to implement local notification

reference

how to cancel all local push notifications?

UIApplication *app = [UIApplication sharedApplication];
[app cancelAllLocalNotifications];

how to redirect to different views based on received notifications?

http://stackoverflow.com/questions/13028233/ios-push-notification-redirect-to-view-when-app-becomes-active