3

I'm using Parse to send push notifications to Android devices,

When I push a message from parse I get 7 push notifications on a single device.

How can I fix this?

    PushService.subscribe(cont, "Abc", ParseActivity.class);
    PushService.setDefaultPushCallback(cont, Menu.class);
Howli
  • 12,291
  • 19
  • 47
  • 72

1 Answers1

0

I think this is late response but this may be helpful other one. The Parse library update solve this issue.

Jf Beaulac
  • 5,206
  • 1
  • 25
  • 46
Mayur Raval
  • 3,250
  • 6
  • 34
  • 57
  • ill upgrade to new one and check –  Mar 11 '14 at 11:03
  • everytime i m getting two notifications whats the issue can someone tell me @Mayur Raval – Erum May 25 '15 at 07:09
  • @Erum . can you confirm that parse table contain double entry of your device ? yes or not ? if yes than go to this link http://stackoverflow.com/questions/22294181/android-parse-push-notification-device-registration-only-one-time-on-one-device – Mayur Raval May 25 '15 at 07:28
  • use latest library . if you don't @Erum – Mayur Raval May 25 '15 at 07:29