1

I am trying to use GCM to try and send messages to my application even when the device is not connected to the internet. I know that GCM usually waits till the device has internet and then sends it the message. However, when I test it with my app by disabling WiFi, sending a push message and then enabling WiFi I do not see a message being received. I am following the exact example from this site. Since I am using an IntentService and BroadcastReceiver I figured it would handle the case. Do I have to make any other changes to make it work while the device has no internet? Since

RagHaven
  • 4,156
  • 21
  • 72
  • 113
  • 1
    Was the message just delayed, or did it never arrive? It can take up to 15 minutes to the message to arrive when device reconnects to the internet. See answers for [this question](http://stackoverflow.com/questions/13016150/gcm-msg-delivery-times-are-wildly-erratic). – Eran Aug 16 '13 at 01:33

0 Answers0