# 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.

{% hint style="danger" %}
Following this format will ensure your package name or bundle ID is accepted for both Android and iOS apps.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.appmysite.com/frequently-asked-questions/publishing-and-distribution/invalid-package-name.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
