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

Invalid package name

Why is my package name or bundle ID invalid?

Your package name (for Android) or bundle ID (for iOS) may show as invalid if it doesn’t follow the correct format required by the app stores.

Things to check

  • Start with a letter.

  • Use only letters, numbers, and underscores.

  • Separate each part with a period (for example, com.example.app).

  • Avoid spaces or special characters.

Last updated

Was this helpful?