Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Inconsistency in receiving push notification

I found some weird behavior in push notification. My iPod app receives push notifications till last week with no issues. Then I found that my app is not receiving push notifications, and I changed the certificates and it worked fine, and after 2 days its not working. And I repeated the same process and same kinda problem. I was wondering why this happens?

NOTE I am using my own java based server to send push notification. I am sure that my certification are not expired. At the time of this problem the badge id is also not visible with my application icon.??

Thanks in advance.

like image 256
KingofBliss Avatar asked May 17 '11 05:05

KingofBliss


1 Answers

Ensure a few things

  1. You are using the correct combination of production or dev pem and the APNS or sandbox server URL
  2. Check the Feedback services to ensure whether you are getting any errors

I faced similar issues with my 3GS running OS 4.1 last week. It started working after I restarted my device. Try doing that and see if it works.

like image 164
lostInTransit Avatar answered Nov 12 '22 05:11

lostInTransit