Skip to content

Instantly share code, notes, and snippets.

@jtowle
Created August 26, 2011 18:05
Show Gist options
  • Save jtowle/1173993 to your computer and use it in GitHub Desktop.
Save jtowle/1173993 to your computer and use it in GitHub Desktop.
Newsstand Background Info.plist Addition
To enable newsstand:
<key>UINewsstandApp</key>
<true/>
To enable background downloads:
<key>UIBackgroundModes</key>
<array>
<string>newsstand-content</string>
</array>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment