在iOS 13中未收到Pushwoosh静默推送

问题描述

我正在尝试将无声推送从Pushwoosh REST API发送到iOS设备。 基于iOS 11的设备已通过“带有fetchCompletionHandler的didReceiveRemoteNotification”功能成功接收了后台/静推送,但是在我的iOS 13.5.1设备中,未接收到静推送。 这是我其余的API代码

{
"request": {
    "application": "A***-***1","auth": "DDHYHOo3TZRN7ail2r3NqyU.......ZBFUhU8mCqXzdDLo2QPDQz4BcQ1","notifications": [
        {
            "send_date": "Now","content": {
                "en": "Silent push from server!"
            },"ios_badges": 14,"ios_sound": "","ios_silent": 1,"ios_priority": "high","ios_root_params": {
                "aps": {
                    "content-available": "1"
                }
            },"ios_title": "sdasdas","ios_subtitle": "SubTitledd"
        }
    ]
}

}

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)