> For the complete documentation index, see [llms.txt](https://docs.electricbolt.co.nz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.electricbolt.co.nz/additional-reading/security/app-store-compliance.md).

# App Store compliance

## Hidden or undocumented features

To ensure you remain in compliance with [App Store Review Guidelines](https://developer.apple.com/app-store/review/guidelines/#performance), you must not include any hidden or undocumented features in your app; your apps functionality should be made clear to App Review (section 2.3.1). Appfigurate must not be used to enable hidden functionality; you may only use it to change runtime configuration for testing purposes (e.g. change web service URL to a point to a production verification test URL instead of production).

Note that all configuration applied to a device will automatically revert to default values after 7 days.

## Describing use of required reason API

`AppfigurateLibrary.xcframework` (that you integrate into your apps) does not use any of the APIs listed in the Apple documentation [Describing use of required reason API](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api) (You do not need to supply any values into the `NSPrivacyAccessedAPITypeReasons` array).


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.electricbolt.co.nz/additional-reading/security/app-store-compliance.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
