# Push Notification Issues

Delivery of notifications depends on lot of factors. Here we tried to list all possibilities and ways to fix it.

### On Android(native app)

Notifications are highly reliable, except when device manufacturers interfere. In an attempt to increase battery life many device manufacturers have modified the Android operating system in ways that interfere with prompt notification delivery. Please check the article in the given link to see if your device is listed and follow the fix as per your device.

Link to article: <https://onesignal.com/blog/manufacturers-interfere-with-reliable-notifications/>

On iOS


---

# Agent Instructions: 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.intelliticks.com/troubleshooting/push-notification-issues.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.
