iOS APP在后台时静默推送不工作

iOS silent push not work when APP in background

我用JPushpost一个silent_push.

APP在后台收不到静默推送

AppDelegate 的方法

application:didReceiveRemoteNotification:fetchCompletionHandler

不火

但它在前台工作。

后台模式: enter image description here

我哪里漏了?

// plist

enter image description here

新更新:

我关闭了设备的后台刷新功能....

您是否在 plist

中添加了这个
<key>UIBackgroundModes</key>
<array>
    <string>fetch</string>
</array>