jpush / jpush-phonegap-plugin

JPush's officially supported PhoneGap/Cordova plugin (Android & iOS). 极光推送官方支持的 PhoneGap/Cordova 插件(Android & iOS)。
https://docs.jiguang.cn
MIT License
925 stars 350 forks source link

拥有同样tags的所有设备,只有一台能收到通知 #372

Closed Story5 closed 5 years ago

Story5 commented 5 years ago

运行环境

期望效果

拥有同样tags的所有设备,都能收到通知

实际效果

拥有同样tags的所有设备,只有一台能收到通知

重现步骤

  1. 多台设备设置同一个tags值
  2. 使用极光后台对改tags所有设备进行推送
  3. 有且仅有一台设备能够收到通知

背景

使用极光后台tags测试推送

JoshLipan commented 5 years ago

看下你后台怎么配置推送的

Story5 commented 5 years ago

我使用极光后台推送测试的

JoshLipan commented 5 years ago

知道,推送前会提示你预估设备,还有你的推送设置 image

Story5 commented 5 years ago

预估人数显示就是1条

JoshLipan commented 5 years ago

确定其他设备也都绑定的同一个tag吗,可以getalltags获取绑定的tag列表看看

Lris12J commented 5 years ago

这说明你们在推送消息的时候,设置 tag的 设备就只有一个。 别名/标签推送失败,请检查「推送消息的当时」该App是否有设置别名/标签成功 客户端调 get 方法获取当前设备设置的tag值。