Skip to content

Instantly share code, notes, and snippets.

@jtowle
Created August 26, 2011 18:11
Show Gist options
  • Save jtowle/1174022 to your computer and use it in GitHub Desktop.
Save jtowle/1174022 to your computer and use it in GitHub Desktop.
Disable Newsstand Push Throttling
// For debugging - allow multiple pushes per day
[[NSUserDefaults standardUserDefaults] setBool:YES forKey:@"NKDontThrottleNewsstandContentNotifications"];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment