IOS9 Push Battery Saver Mode - didReceiveRemoteNotification not called
On IOS9 if an iPhone is in battery save mode, the callback application:didReceiveRemoteNotification:fetchCompletionHandler: is not called. Instead I get the following warning in the console High Priority Push: com.your-company.app - Battery Saver Mode Enabled When using PushKit it does seem to work. Does anybody else experience this behaviour? Any other workarounds? I believe, unfortunately, that this is the intended behavior. The documentation about push notifications constantly hedges their reliability. E.g.: https://developer.apple.com/library/mac/documentation/NetworkingInternet/Conceptual