Skip to content

Fastlane Limits

Faded edited this page Dec 17, 2025 · 1 revision

Fastlane Metadata Limits

  • short_description.txt: 80 characters max (truncated after 80)
  • full_description.txt: 4000 characters max
  • Changelogs (e.g., 31.txt): 500 characters max (plain text only, no Markdown/HTML rendering)

Use wc -c <file> to check character counts. Keep concise and impactful.

Clone this wiki locally