# Does Batch Push and In-App work on alternative app stores?

## Push <a href="#push" id="push"></a>

On Android, Batch relies on Google's push protocol, Firebase Cloud Messaging (FCM), to deliver push notifications to your users.

This means you can send push notifications to any devices that have recent **Google Play Services** installed, no matter where the app was installed (e.g. PlayStore, alternative store, standalone apk, etc).

For Huawei and Honor devices that do not include Google Play Services, Batch Push v1 relies on **Huawei Mobile Services.**

## In-App <a href="#in-app" id="in-app"></a>

In-App messages will be fully functional, regardless of the app store used to install your app or of any Google Play Services issues.


---

# 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/getting-started/other/faq/does-batch-work-on-alternative-app-stores.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.
