iOS11 生产环境接收不到静默推送

JennYMia
2019-09-26 03:03 553 0

您好,ios11.3.1生产环境接收不到静默推送

.setNotification(
Notification.newBuilder()
.setAlert("")
.addPlatformNotification(
IosNotification
.newBuilder()
.incrBadge(1)
.setContentAvailable(true)
.addExtras(map)
.addExtra("ioscontent",content)
.addExtra("isColor",false)
.addExtra("target",target)
.build())
.build())
.setOptions(Options.newBuilder()
.setApnsProduction(Boolean.valueOf(apnsProduction))
.build())

极光推送返回状态200 发送成功 ,可是手机没有接受到。"msg_id":20266228766829951
可以麻烦官方帮忙查询一下吗?谢谢

1个回答

热门排序