Problems receiving push notifications -

I am having a problem where I am not getting notifications every time I push them to the device. I receive them sometimes or after a long delay. I am using development certificate for APNS and Ruby on Rails server side. The server only sends notifications to the Apple server when I receive them. I have a problem.

I originally thought it was a global notifications issue (the tunnel is closing), and to check it, I sent a Skype notification to the device that was received almost instantly. So, I really don't understand what the problem is. Is there something I am missing and how can I resolve it in depth.

Are push notifications reliable and what is the latency? Any help would be appreciated. thank

+1


source to share


1 answer


During development, sending a push notification is not reliable. Some notifications may take some time to arrive. You can try to send notifications to production by creating an app in adhoc.
If you don't have the same result with another iphone / ipod, you can try resetting the network settings device.



+2


source







All Articles