> For the complete documentation index, see [llms.txt](https://docs.eitherway.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eitherway.ai/documentation/engineering/integrations.md).

# Store Compliance

Submission quality reduces rejections and speeds review. Use these checklists before publishing to mobile or extension stores.

### Mobile Stores

#### Content & Privacy

* Accurate app descriptions and screenshots for each device class.
* Clear privacy policy URL with data collection details.

#### Technical

* Correct code signing and provisioning profiles.
* Version and build numbers incremented consistently.
* Runtime permissions minimized and justified.

#### Review

* Stable test accounts and credentials provided to reviewers.
* In-app purchase compliance where applicable.
* Crash-free sessions verified before submission.

### Extension Stores

#### Manifest

* Manifest v3 validates locally.
* Only required host permissions requested.
* Icons and localized text included.

#### Packaging

* Single zip bundle with correct structure.
* No remote code execution patterns.

#### Review

* Clear changelog and version history.
* Visible support and privacy links.
