> For the complete documentation index, see [llms.txt](https://phonetracker247-1.gitbook.io/support.phonetracker247.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://phonetracker247-1.gitbook.io/support.phonetracker247.com/help/supported-and-tested-devices/admin-app.md).

# Admin app

### Admin App Compatibility

#### Overview

The Admin application is a **UI-driven client application** distributed via the official app stores (Google Play Store and Apple App Store).

Unlike the Agent app, the Admin app:

* Does not rely on persistent background services
* Is not affected by OEM battery optimization policies
* Follows standard platform lifecycle and permission models

As a result, its behavior is **consistent across supported platforms and devices**.

***

#### Platform Support

| Platform | Framework      | Status            |
| -------- | -------------- | ----------------- |
| Android  | Flutter (Dart) | ✅ Platform-stable |
| iOS      | Flutter (Dart) | ✅ Platform-stable |

***

#### Notes

* Compatibility is governed primarily by **platform OS version**, not device brand
* Any issues encountered are typically related to:
  * OS-level changes
  * App version mismatches
  * Network connectivity

For general issues, please refer to the **General Troubleshooting** section.

{% hint style="success" %}
The Admin app is a foreground, UI-based application distributed via official app stores.\
Its behavior is not dependent on device-specific background execution or OEM power management policies, and is therefore considered platform-stable across supported OS versions.
{% endhint %}

{% hint style="warning" %}
The Admin app has been submitted to the Google Play Store and Apple App Store and is currently awaiting review approval.\
Store review status does not impact application behavior or compatibility.
{% endhint %}


---

# 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:

```
GET https://phonetracker247-1.gitbook.io/support.phonetracker247.com/help/supported-and-tested-devices/admin-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.
