Skip to content

Instantly share code, notes, and snippets.

Reasons an FCM notification can be delayed

Reason 1 : Force Stopped

When an app is in a "Force Stopped" state most events including FCM/GCM messages for push notifications will not be received.

An app can be placed in this state in the following ways.

  • From Settings > Apps, "Force Stop" is pressed.
  • Long pressing the back button on some devices.