# Mobile

- [iOS specific](https://doc.batch.com/developer/technical-guides/how-to-guides/mobile/ios-specific.md)
- [How to allow users to unsubscribe from push notifications on iOS?](https://doc.batch.com/developer/technical-guides/how-to-guides/mobile/ios-specific/how-to-allow-users-to-unsubscribe-from-push-notifications-on-ios.md): You may want to offer your users a system to disable push notifications from your app.
- [How to find my Installation ID on an iOS device?](https://doc.batch.com/developer/technical-guides/how-to-guides/mobile/ios-specific/how-to-find-my-installation-id-on-an-ios-device.md): You can find your Installation ID with the "Find my installation" feature or with the help of the Mac Console.
- [How to test the integration on iOS?](https://doc.batch.com/developer/technical-guides/how-to-guides/mobile/ios-specific/how-to-test-the-integration-on-ios.md): Follow this guide to make sure Batch's SDK is integrated correctly before releasing your app to the AppStore.
- [How to work around iOS test signing issues with Batch 2.0?](https://doc.batch.com/developer/technical-guides/how-to-guides/mobile/ios-specific/how-to-work-around-ios-test-signing-issues-with-batch-2.0.md)
- [Android specific](https://doc.batch.com/developer/technical-guides/how-to-guides/mobile/android-specific.md)
- [How to allow users to unsubscribe from push notifications on Android?](https://doc.batch.com/developer/technical-guides/how-to-guides/mobile/android-specific/how-to-allow-users-to-unsubscribe-from-push-notifications-on-android.md): You may want to offer your users a system to disable push notifications from your app.
- [How to find my Installation ID on an Android device?](https://doc.batch.com/developer/technical-guides/how-to-guides/mobile/android-specific/how-to-find-my-installation-id-on-an-android-device.md): You can easily find your Installation ID with the "Find my Installation" feature on Android or using the Terminal application.
- [How to check Batch logs on Android?](https://doc.batch.com/developer/technical-guides/how-to-guides/mobile/android-specific/how-to-check-batch-logs-on-android.md): Follow this guide to see what Batch SDK is reporting and get more information on the Batch integration in your app.
- [How to send a test notification to my web browser on Android?](https://doc.batch.com/developer/technical-guides/how-to-guides/mobile/android-specific/how-to-send-a-test-notification-to-my-web-browser-on-android.md): You can target your mobile device from the dashboard to test that your web notifications are displayed correctly on Android.
- [How to test the integration on Android?](https://doc.batch.com/developer/technical-guides/how-to-guides/mobile/android-specific/how-to-test-the-integration-on-android.md): Follow this guide to make sure Batch's SDK is integrated correctly before releasing your app to the PlayStore.
- [How to fix notification delivery issues on specific Android devices?](https://doc.batch.com/developer/technical-guides/how-to-guides/mobile/android-specific/how-to-fix-notification-delivery-issues-on-specific-android-devices.md): This guide provides steps to resolve push notification delivery issues on specific Android devices from manufacturers like Huawei, Xiaomi, Oppo, OnePlus, and Sony.
- [How to use Custom Notification Sounds on Android?](https://doc.batch.com/developer/technical-guides/how-to-guides/mobile/android-specific/how-to-use-custom-notification-sounds-on-android.md)
- [Making an In-App WebView message](https://doc.batch.com/developer/technical-guides/how-to-guides/mobile/in-app-webview.md)
- [How to tag WebView sections of my app?](https://doc.batch.com/developer/technical-guides/how-to-guides/mobile/how-to-tag-webview-sections-of-my-app.md): If you want to tag Custom Data in WebViews in your app, you can create a bridge between the WebView and the native section of the app.
- [How to be notified of SDK updates?](https://doc.batch.com/developer/technical-guides/how-to-guides/mobile/how-to-get-notified-of-sdk-updates.md): You can easily get notified about our SDK (iOS and Android) to be aware of our new releases and updates.
- [How can I customize my notification center?](https://doc.batch.com/developer/technical-guides/how-to-guides/mobile/how-can-i-customize-my-notification-center.md): Find out how you can display advanced content, set expiration dates, sort notifications into categories in your notification center (inbox).
- [How to test the Inbox integration?](https://doc.batch.com/developer/technical-guides/how-to-guides/mobile/how-to-test-the-inbox-integration.md): This guide explains how to verify that your Inbox integration works as expected after implementing a notification center in your app.


---

# 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/developer/technical-guides/how-to-guides/mobile.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.
