> For the complete documentation index, see [llms.txt](https://documentation.swing2app.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.swing2app.com/manual/v3/app-update.md).

# App Update

***

## **1. App Update**

<figure><img src="/files/s1MlXU1JR0ikepbAkmzO" alt=""><figcaption></figcaption></figure>

1\)Go to the 'Maker' screen.

<figure><img src="/files/IctI4qydR8wpCYshe4d6" alt=""><figcaption></figcaption></figure>

2\)Click the **\[App Update]** button on the top right.

3\)Check the "No Update Message" and click **\[Make]**.

For Push Apps: Select **"No Update Message"**.

📢For **General Prototype Apps**:

<div align="left"><figure><img src="/files/Lfnqd9pLTWcIk0gALaDa" alt=""><figcaption></figcaption></figure></div>

-Update Type: Select **"Hard Update (App Re-install)"**.

-Update Message Option: Select **"No Update Message"**.

***

## **2.App Production Completed**

<figure><img src="/files/6RG5VIJAHKh3XsNNyKqW" alt=""><figcaption></figcaption></figure>

After starting the update, go to [**Manager> Manage Version> Product History**](https://www.swing2app.com/view/app_work_history)**.**

Once you proceed with production, the app will be rebuilt as a new version.

* General prototype apps: Built within 5 minutes
* WebView and push apps: Built within 10 minutes

For those submitting an upload request, the “Upload Request” button will be activated once the production is complete.\
Please click the button at that time and submit the request form.

For paid apps (apps with a valid subscription), the AAB file can be downloaded from the App Production History page.

App creation may take up to 10 minutes. Once completed, the '**Get AAB File'** button will be activated.

Download the AAB file and proceed to the Google Play Console.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://documentation.swing2app.com/manual/v3/app-update.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
