推送通知在iOS中通过FCM无法在后台运行

时间:2016-10-13 06:44:24

标签: ios swift firebase push-notification firebase-cloud-messaging

推送通知正在前台工作但不在后台工作。 实际上推送接收,但在通知区域它没有显示。 请让我知道可能是什么问题。

当我调试时,我发现格式不像APNS推送通知。 这是apns格式。

 "aps" : {
            "alert" : {
                "title" : "Game Request",
                "body" : "Bob wants to play poker",
                "action-loc-key" : "PLAY"
            },
            "badge" : 5
        },

这就是我从FCM获得的

[from: 374675251923, collapse_key: do_not_collapse, payload: {"push_identifier":"share_credits","message":"gopaldevra share 1 credit with you "}]
PUSh PAYLOAD Background [from: 374675251923, collapse_key: do_not_collapse, payload: {"push_identifier":"share_credits","message":"gopaldevra share 1 credit with you "}]

由于

0 个答案:

没有答案