iOS newsstand: push notification does not launch the app in background
问题 I'm implementing newsstand features in an application and though the app receives the push notification it does not start in background mode. If I tap the notification alert the the app starts and I can see "content-available":1 is present in the dictionary and also the issue is downloaded, but the app is not automatically launched. I've added to the plist: <key>UIBackgroundModes</key> <array> <string>newsstand-content</string> </array> and to didFinishLaunchingWithOptions: [[NSUserDefaults