> For the complete documentation index, see [llms.txt](https://doc.batch.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.batch.com/developer/troubleshooting/how-to-fix-the-unregistered-push-test-error.md).

# How to fix the "Unregistered" push test error?

In some cases, the dashboard may show an error when you try sending a test notification to your iOS or Android device, or to your web browser: "Push test has failed NotRegistered".

<figure><img src="/files/JRSB9Am8QK1mC4qYq29l" alt="" width="519"><figcaption></figcaption></figure>

This usually happens because the device token is not valid anymore. Each time you reinstall your app, Apple or Google resets your existing token and generates a new one for your device, invalidating the existing one.

To fix the issue, you need to **find the Installation ID attached to your new push token**: [iOS](https://doc.batch.com/developer/technical-guides/how-to-guides/how-to-find-my-installation-id-on-an-ios-device) / [Android](https://doc.batch.com/developer/technical-guides/how-to-guides/how-to-find-my-installation-id-on-an-android-device) / [Web](https://doc.batch.com/guides-and-best-practices/message/push-notifications/how-to-send-a-test-push-notification-to-your-web-browser#h_17fa92f09d).


---

# 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://doc.batch.com/developer/troubleshooting/how-to-fix-the-unregistered-push-test-error.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.
