hengsokchamroeun / javapns

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

Push sent successfully using JAVAPNS but not received in client device #191

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Schedule 10 to 15 APNS notification message to same iOS client device
2.This should be scheduled at same instant  
3.JavaPNS show the sent status as "SENT SUCCESSFUL" but only 6 to 7 
notifications is being received at the client side instead of all.

What is the expected output? What do you see instead?
Want to receive all the notification messages which ever scheduled from server, 
but obtained only few of them even thought the status is SENT SUCCESSFUL.

What version of the product are you using? On what operating system?
JaavaPNS v2.2 jar in MAC Snow Leopard

Please provide any additional information below.
If there is any problem in establishing the communication or related to any 
networks, no messages must be received at the client end. But the case is some 
of the messages are being received whereas the rest of them are not. Please 
provide your inputs to resolve this issue.

Original issue reported on code.google.com by karthike...@gmail.com on 2 Jul 2013 at 12:30

GoogleCodeExporter commented 8 years ago
I believe this was answered recently (within the last week).
http://stackoverflow.com/questions/17425545/push-sent-successfully-using-javapns
-but-not-received-in-client-device

A better response may be as follows:

You will get at least one (the latest) push notification delivered. The Apple 
Push Service may see your multiple notifications as duplicates and is ignoring 
them. 

To deliver data, simply notify your app, then have your app download the data 
from the server. 

In other words, you may need to rethink your notification strategy.

Original comment by idbill.p...@gmail.com on 7 Jul 2013 at 1:06

GoogleCodeExporter commented 8 years ago
Closing (answer in comment 1)

Original comment by sype...@gmail.com on 11 Oct 2014 at 9:49