# App distribution

### Is it necessary to publish my app to Google Play and Apple App Stores?

You can skip app submission for your Android app because you can still share your APK file directly with anyone. APK files can be installed directly on Android devices. Visit our support article to learn more.

You cannot share your IPA file directly. IPA files cannot be installed on iOS devices directly. You can only make your IPA files available by publishing it on the Apple App Store.

<figure><img src="https://lh7-us.googleusercontent.com/docsz/AD_4nXeK-axWxM0jD4qGtxWzauAWyY2jGTDiDO6Dk9r-qH4waSD0mbL5Duxm3QWt8zRtHv8_pFfKVsN7FwFRbAXB7wg5twI7pz9KTe46aTbto2U9aguekWDxOSLhlFcOK74JwO-PqIylcHPvghz1nTl-9KY-1qnT?key=n-waqS0CWkdyz5yvn3TZjw" alt=""><figcaption></figcaption></figure>

Your app will be unpublished from the Google Play Store.&#x20;


---

# 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/app-distribution.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.
