> For the complete documentation index, see [llms.txt](https://doc.batch.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.batch.com/developer/sdk/ios.md).

# iOS

- [Prerequisites](https://doc.batch.com/developer/sdk/ios/prerequisites.md)
- [SDK Integration](https://doc.batch.com/developer/sdk/ios/sdk-integration.md)
- [Initial setup](https://doc.batch.com/developer/sdk/ios/sdk-integration/initial-setup.md)
- [Push setup](https://doc.batch.com/developer/sdk/ios/sdk-integration/push-setup.md)
- [Rich notifications setup](https://doc.batch.com/developer/sdk/ios/sdk-integration/rich-notifications-setup.md)
- [Mobile landings](https://doc.batch.com/developer/sdk/ios/mobile-landings.md)
- [In-App Messaging](https://doc.batch.com/developer/sdk/ios/in-app-messaging.md)
- [Inbox](https://doc.batch.com/developer/sdk/ios/inbox.md)
- [Profile Data](https://doc.batch.com/developer/sdk/ios/profile-data.md)
- [Attributes](https://doc.batch.com/developer/sdk/ios/profile-data/attributes.md)
- [Events](https://doc.batch.com/developer/sdk/ios/profile-data/events.md)
- [Custom user ID](https://doc.batch.com/developer/sdk/ios/profile-data/custom-user-id.md)
- [Custom region/language](https://doc.batch.com/developer/sdk/ios/profile-data/custom-locale.md)
- [Email subscription](https://doc.batch.com/developer/sdk/ios/profile-data/email-subscription.md)
- [SMS subscription](https://doc.batch.com/developer/sdk/ios/profile-data/sms-subscription.md)
- [Topic preferences](https://doc.batch.com/developer/sdk/ios/profile-data/topic-preferences.md)
- [Profile data migration](https://doc.batch.com/developer/sdk/ios/profile-data/data-migration.md)
- [Testing your integration](https://doc.batch.com/developer/sdk/ios/profile-data/debug.md)
- [Data Privacy](https://doc.batch.com/developer/sdk/ios/data-privacy.md)
- [SDK opt-out (e.g. GDPR)](https://doc.batch.com/developer/sdk/ios/data-privacy/opt-out.md)
- [Automatic data collection](https://doc.batch.com/developer/sdk/ios/data-privacy/data-collection.md)
- [Event dispatchers](https://doc.batch.com/developer/sdk/ios/event-dispatchers.md)
- [Firebase](https://doc.batch.com/developer/sdk/ios/event-dispatchers/firebase.md)
- [Piano Analytics](https://doc.batch.com/developer/sdk/ios/event-dispatchers/piano-analytics.md)
- [AT Internet](https://doc.batch.com/developer/sdk/ios/event-dispatchers/at-internet.md)
- [Mixpanel](https://doc.batch.com/developer/sdk/ios/event-dispatchers/mixpanel.md)
- [Custom](https://doc.batch.com/developer/sdk/ios/event-dispatchers/custom.md)
- [Troubleshooting](https://doc.batch.com/developer/sdk/ios/troubleshooting.md)
- [Advanced](https://doc.batch.com/developer/sdk/ios/advanced.md)
- [General](https://doc.batch.com/developer/sdk/ios/advanced/general.md)
- [Customizing notifications](https://doc.batch.com/developer/sdk/ios/advanced/customizing-notifications.md)
- [Intercepting notifications](https://doc.batch.com/developer/sdk/ios/advanced/intercepting-notifications.md)
- [Deeplinking](https://doc.batch.com/developer/sdk/ios/advanced/deeplinking.md)
- [Custom actions](https://doc.batch.com/developer/sdk/ios/advanced/custom-actions.md)
- [Adding notification actions](https://doc.batch.com/developer/sdk/ios/advanced/adding-notification-actions.md)
- [App Groups](https://doc.batch.com/developer/sdk/ios/advanced/app-groups.md)
- [Manual integration](https://doc.batch.com/developer/sdk/ios/advanced/manual-integration.md)
- [Migration Guides](https://doc.batch.com/developer/sdk/ios/advanced/migration-guides.md)
- [Batch 1.16](https://doc.batch.com/developer/sdk/ios/advanced/migration-guides/1_16-migration.md)
- [Batch 2.0](https://doc.batch.com/developer/sdk/ios/advanced/migration-guides/2x-migration.md)
- [Batch 3.0](https://doc.batch.com/developer/sdk/ios/advanced/migration-guides/3x-migration.md)
- [SDK changelog](https://doc.batch.com/developer/sdk/ios/sdk-changelog.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

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