I just started implementing a push notifications on my app. Apple accepts my notification (my stream_socket_client to sandbox returns true). And my message is of the form:
{ "aps" : { "alert" : "This is the alert", "badge" : 1, "sound" : "bingbong.aiff" }
Yesterday I send several notifications in the morning but none arrived on my phone. That afternoon, I received one notification. Since I received a notification, I'm assuming my code is correct, but I'm surprised the notification took hours...
Is it usual to have such delay (and loss of notifications)?