# iOS specific

- [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)


---

# 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/ios-specific.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.
