# Introduction

## Introduction

This package include a way to check for an available update of your Android app released on Google Play Store and notify the user and give him an option to update the app or game without leaving it.

Basic functionality:&#x20;

* Check for an available update
* Check for update priority: low, medium or high (set in Google Play Store Console while publishing a version).
* Trigger **FLEXIBLE** or **IMMEDIATE** update.
* Get notification on downloading process:  downloaded bytes count & the total bytes to be downloaded.

More about Android In-App updates functionality you can find in Google's documentation site: <https://developer.android.com/guide/app-bundle/in-app-updates>

**Note**: When you publish your app as an **Android App Bundle**, the maximum allowed compressed download size of an app using in-app updates is **150MB**. In-app updates are not compatible with apps that use APK expansion files (**.obb files**).

<div align="center"><img src="https://621729889-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MNtUgjlJQP7UG-H18_I%2F-MTtjZEHQTlSCoAcZG93%2F-MTtlXV0zEvPpVLX43n0%2Fic_website_logo.png?alt=media&#x26;token=4b24b59d-4990-46b1-926f-87a564a2501b" alt=""></div>

## Download from Unity's Asset Store: [Android In-App Updates](https://assetstore.unity.com/packages/tools/integration/android-in-app-updates-156655)


---

# 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://hardartcore.gitbook.io/in-app-updates/master.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.
