Skip to content

Instantly share code, notes, and snippets.

@jtowle
Created August 26, 2011 18:09
Show Gist options
  • Save jtowle/1174016 to your computer and use it in GitHub Desktop.
Save jtowle/1174016 to your computer and use it in GitHub Desktop.
Register for Newsstand Notification
// Register for notifications
[[UIApplication sharedApplication] registerForRemoteNotificationTypes:(UIRemoteNotificationTypeNewsstandContentAvailability | // Newsstand type <---
UIRemoteNotificationTypeBadge |
UIRemoteNotificationTypeSound |
UIRemoteNotificationTypeAlert)];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment