# How to track app uninstalls on iOS and Android? (outside of Batch)

At Batch, we do recommend using tools such as Google play developer for Android or iTunes Connect for iOS that can give you relevant information about uninstalls.&#x20;

## Google Play Console <a href="#google-play-console" id="google-play-console"></a>

If Batch does not know the information on the uninstallation of your application, Google knows it.

All you have to do is connect to your Google Play Console and find on the statistics tab the number of uninstalls. You can also check on the dashboard the number of installs and uninstalls for the last week, month, or year.

<figure><img src="/files/8sFdnJPKZAZtpoq0sLxr" alt=""><figcaption></figcaption></figure>

## iTunes Connect <a href="#itunes-connect" id="itunes-connect"></a>

&#x20;iTunes Connect does not give you the exact number of uninstallation. But it can give you another information, which is "retention". Retention measures the usage of your app over time.&#x20;

<figure><img src="/files/EOHNSl4yakVxBjAlpica" alt=""><figcaption></figcaption></figure>


---

# 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://doc.batch.com/guides-and-best-practices/analytics/how-to-track-app-uninstalls-on-ios-and-android-outside-of-batch.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.
