# Apple App Storage

Como práctica general, las aplicaciones serán publicadas por un miembro del equipo en testflight (beta testing). Luego el product-owner debe probar, aprobar y promover la aplicación a producción.

Para esto, el product-owner debe seguir los siguientes pasos:

* Ingresar a la sección *App Store*
* Seleccionar la versión a publicar, normalmente con la leyenda "x.x.x Prepare for Submission"
* En la sección *Version Information* completar el campo *What's New in This Version*
* En la sección *Build* hacer click en el signo (+) o en el link *Select a build before you submit your app*
* Seleccionar la versión a publicar.
* Grabar los cambios con el botón *Save* en la parte superior de la página.
* Enviar la aplicación a review con el botón *Submit for Review*.

El proceso de revisión por parte de Apple toma algunos días, en general menos de una semana.

![](/files/Kqz7VXxYnDqOQaKfGLvq)


---

# 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://la-guia.platan.us/deployment/mobile/apple_app_storage.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.
