I have started experimenting with the new remote notification service in iOS 7. The interesting part, from the documentation is from UIApplication Delegate protocol.
If your app is suspended or not running, the system wakes up or launches your app and puts it into the background running state before calling the method.
However, when i send a silent remote notification with the key "content-available" and a payload of "1", the app is not launched into background mode. If my app is in background mode or suspended, the notification is delivered to the app.
Is the documentation wrong?