> For the complete documentation index, see [llms.txt](https://docs.bird.com/pusher/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bird.com/pusher/channels/channels/troubleshooting/why-dont-i-receive-notifications-when-my-ios-or-android-channels-app-is-in-the-background.md).

# Why Don't I Receive Notifications When My Ios Or Android Channels App Is In The Background?

Pusher Channels offers a way to send messages to browsers and devices in realtime using WebSockets. The user would need to have the application open for this to work.

If an app is in the background (e.g. screen locked etc) then Channels messages might not be received. iOS or Android will clean up resources and connections after a period of time and we don't have any control over this.

When the app is offline or in the background, you can send push notifications to the user instead using [Pusher Beams](https://pusher.com/docs/beams). You could even create a system where when a user has the app open, data is delivered at high frequency and in realtime via our Channels product, and when the user closes the app, they can then receive push notifications via our Beams product. You could tell if a user has a Channels subscription or not using presence channels.

{% hint style="info" %}
Still have questions? Please reach out to our Support team by visiting [this page](https://messagebird.com/support-center/Pusher-request-new).
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bird.com/pusher/channels/channels/troubleshooting/why-dont-i-receive-notifications-when-my-ios-or-android-channels-app-is-in-the-background.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
