> For the complete documentation index, see [llms.txt](https://blog.s1rn3tz.ovh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blog.s1rn3tz.ovh/pentest-mobile/android/resilience/in-app-updates.md).

# In-App updates

## Description

La gestion des mises à jour est un élément important dans la gestion des applications Android. En effet, la mise à jour d'une application peut parfois apporter des correctifs de sécurité plus ou moins importants pour la sécurité des données de ses utilisateurs et potentiellement l'intégrité de leur appareil. Si aucune vérification n'est implémentée dans le code afin de vérifier que la release de l'application est à sa dernière version en date, alors il s'agit d'une mauvaise pratique.

## Reconnaissance

La librairie **In-app update** est une librairie Google Play largement utilisée afin de générer des prompts demandant aux utilisateurs de mettre à jour l'application.

Il peut donc être intéressant de vérifier son usage dans le code source de l'application auditée.

De manière dynamique, il est également possible de tenter de télécharger et lancer une ancienne version de l'application afin de valider ou non si un prompt est affiché et si l'application fonctionne ou non sans l'avoir mise à jour.

<figure><img src="/files/jeBSfTVh0w5wZV4fliMc" alt=""><figcaption><p>In-App update working</p></figcaption></figure>


---

# 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://blog.s1rn3tz.ovh/pentest-mobile/android/resilience/in-app-updates.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.
