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 standardUserDefaults]setBool: YES forKey:@