For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

Last updated