简体   繁体   English

Parse -Android获取多个推送通知

[英]Parse -Android Getting multiple push notifications

I'm using Parse to send push notifications to Android devices, 我正在使用Parse向Android设备发送推送通知,

When I push a message from parse I get 7 push notifications on a single device. 当我从解析中推送消息时,我在单个设备上获得7个推送通知。

How can I fix this? 我怎样才能解决这个问题?

    PushService.subscribe(cont, "Abc", ParseActivity.class);
    PushService.setDefaultPushCallback(cont, Menu.class);

I think this is late response but this may be helpful other one. 我认为这是迟到的反应,但这可能对其他人有所帮助。 The Parse library update solve this issue. Parse库更新解决了这个问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM