# Publish your app

#### How to publish your app?

Publishing your app makes it available on the Google Play Store and Apple App Store so users can download it. The process is slightly different for Android and iOS, but you can manage both from your AppMySite dashboard.

#### Publishing on the Google Play Store

1. [**Generate your Android build**](/app/download/android/generate-android-app.md#how-to-generate-a-ready-to-publish-android-app-build) (AAB file) from the dashboard.
2. Sign in to your [**Google Play Console**](/app/download/android/create-google-developer-account.md) account.
3. [**Prepare**](/app/upload/android/prepare-for-android-submission.md) your Google developer account for submission
4. [**Upload**](/app/upload/android/upload-android-app.md#how-to-upload-my-android-app-on-my-google-developer-account) the AAB file.
5. Submit the app for review.

#### Publishing on the Apple App Store

1. [**Generate your iOS build** ](/app/download/ios/generate-ios-app.md#how-to-generate-an-ios-app-build-that-is-ready-to-publish)(IPA file) from the dashboard.
2. Sign in to your [**Apple Developer account**](/app/download/ios/create-apple-developer-account.md) and open App Store Connect.
3. [**Prepare**](/app/upload/ios/prepare-for-ios-submission.md#how-to-prepare-your-apple-developer-account-to-publish-your-ios-app) your Apple developer account for submission.&#x20;
4. [**Upload**](/app/upload/ios/upload-ios-app.md#how-do-i-upload-my-ios-app-on-my-apple-developer-account) the IPA file using the Transporter app or Xcode.
5. Submit the app for review.

{% hint style="warning" %}
**Things to remember:**&#x20;

* You need a Google Play Console account to publish Android apps.
* You need an Apple Developer account to publish iOS apps.
* Make sure your app complies with the respective app store guidelines to avoid rejection.
  {% 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/publish-your-app.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.
