# Does Batch work in China?

## Push Notifications <a href="#push-notifications" id="push-notifications"></a>

### iOS <a href="#ios" id="ios"></a>

You can use Batch to send notifications to iOS users who live in China or travel there occasionally.

### Android <a href="#android" id="android"></a>

**Huawei/Honor devices**: You can use Batch Push v1 to send notifications to users using Huawei and Honor Devices in China.

**Other Android devices**: Batch relies on Firebase Cloud Messaging (FCM) to deliver notifications to the rest of your users in China. In order to get a device token and handle push notifications, your users’ devices must come with a recent version of Google Play Services. Due to local restrictions, none of the devices sold in China includes Google Play Services and most of the connections to Google are blocked. As a consequence, you will need to rely on a local push provider to send notifications to these Chinese users. Here are a few services you can use: [Getui](http://www.getui.com/cn/index.html), [Jpush](https://github.com/jpush), [Baidu Cloud Push](http://push.baidu.com/), and [Umeng](https://www.umeng.com/).

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

These local restrictions don't apply to Batch's in-app messages. [In-App automations](https://batch.com/doc/dashboard/in-app-messaging/overview.html) are a good alternative if you are not planning to use a local push provider on Android and you still want to communicate with your Chinese users.


---

# 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-in-china.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.
