hengsokchamroeun / javapns

Automatically exported from code.google.com/p/javapns
0 stars 0 forks source link

Resend feature is incorrect! #187

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Many users feedback that they received repeated messages, I researched the 
source code of javapns, and find the reason that resend feature is incorrect. I 
had disabled this feature in our project, please solve this bug in latest 
version, thanks!

Original issue reported on code.google.com by heruim...@gmail.com on 29 May 2013 at 9:40

GoogleCodeExporter commented 8 years ago
How did you disable this feature?

Original comment by erc...@gmail.com on 5 Jun 2013 at 8:22

GoogleCodeExporter commented 8 years ago
modify the source code.

Original comment by heruim...@gmail.com on 6 Jun 2013 at 5:47

GoogleCodeExporter commented 8 years ago
How to disable the resend feature ?

Original comment by martin....@zoom.us on 9 Jul 2013 at 9:17

GoogleCodeExporter commented 8 years ago
Fixed bug in auto-resend feature.  For those that experienced issues with this 
feature, you should try the latest version in the trunk, so the make sure that 
no notifications are forgotten.

However if you wish to disable the feature, you can do so by invoking 
PushNotificationManager.setResendFeatureEnabled(false);

Original comment by sype...@gmail.com on 30 Sep 2014 at 2:45

GoogleCodeExporter commented 8 years ago
Committed in r384.

Original comment by sype...@gmail.com on 30 Sep 2014 at 2:45

GoogleCodeExporter commented 8 years ago
Issue 161 has been merged into this issue.

Original comment by sype...@gmail.com on 30 Sep 2014 at 3:27