# iOS

- [App Store Privacy Section](https://docs.sentiance.com/important-topics/sdk/appendix/ios/app-store-privacy-section.md): Details about the impact of our SDK on the iOS App Store Privacy Section
- [App Store Release](https://docs.sentiance.com/important-topics/sdk/appendix/ios/app-store-release.md)
- [Apple Privacy Manifest](https://docs.sentiance.com/important-topics/sdk/appendix/ios/apple-privacy-manifest.md)
- [ARM Simulator Support](https://docs.sentiance.com/important-topics/sdk/appendix/ios/arm-simulator-support.md)
- [Dependencies](https://docs.sentiance.com/important-topics/sdk/appendix/ios/dependencies.md)
- [iOS 13 permission changes](https://docs.sentiance.com/important-topics/sdk/appendix/ios/ios-13-permission-changes.md): Technical document
- [Supported iOS Versions & Architectures](https://docs.sentiance.com/important-topics/sdk/appendix/ios/supported-ios-versions-and-architectures.md)
- [Swift Support](https://docs.sentiance.com/important-topics/sdk/appendix/ios/swift-support.md): Sentiance SDK is compatible and refined to be used with Swift Apps.
- [v5.x Framework Files](https://docs.sentiance.com/important-topics/sdk/appendix/ios/v5.x-framework-files.md)
- [v6.x Framework Files](https://docs.sentiance.com/important-topics/sdk/appendix/ios/v6.x-framework-files.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://docs.sentiance.com/important-topics/sdk/appendix/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.
