-2

I have implemented push notifications using Parse SDK and I am testing this with two devices. i.e iPhone and iPad.

Whenever my Rails server fires a push notification, in parse dashboard it is showing the status as DONE. But I am getting the notifications after 30 minutes and sometimes more. Hence it is taking so much time to debug the notifications handling code.

Is there any specific way to get notifications immediately?

neilco
  • 7,964
  • 2
  • 36
  • 41
aios
  • 405
  • 5
  • 14

1 Answers1

0

No chance at all. The apns service depends on different things, your network connectivity, the apns server from apple and others. Apple says that there is no guarantee that a push notification will be delivered inside a specific time.

Intrications
  • 16,782
  • 9
  • 50
  • 50
thorb65
  • 2,696
  • 2
  • 27
  • 37