> For the complete documentation index, see [llms.txt](https://navixy.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://navixy.com/docs/expert-center/faq-and-troubleshooting/mobile-apps/troubleshooting-guide-x-gps-tracker.md).

# Troubleshooting guide: X-GPS Tracker

This guide helps resolve common connection and tracking issues (missing points, signal loss). Before reporting an issue, we suggest checking that the device has the required permissions and settings, since the operating system often restricts the app to save power.

## Quick validation checklist

Perform these initial checks:

* **Update**: Is the app up to date in Google Play or the App Store?
* **Connection**: Does the device have active mobile data? Avoid Wi-Fi networks with captive portals or proxies.
* **Session**: Has the user signed in correctly, and is the device activated?
* **Phone status**: Is the phone in airplane mode or extreme power-saving mode? Disable these during testing.

## Android settings

For continuous background tracking, the system requires full permissions:

1. **Location**: Settings → Apps → X-GPS Tracker → Permissions → Location → **Allow all the time**. Enable **Use precise location** if available.

   <img src="/files/CzmdWh2QTC9WftM0LlRO" alt="" height="782" width="353">
2. **Background activity**: Check manufacturer-specific options such as **Autostart** or **Allow background activity** (Samsung, Xiaomi, and others).

   <img src="/files/JuvgCGihEzcZ5L4d5pjo" alt="" height="661" width="299">

## iOS settings

For continuous tracking, iOS requires specific settings:

1. **Location**: Settings → Privacy & Security → Location Services → X-GPS Tracker → **Always**. Enable **Precise location**.

   <img src="/files/gTHf7Re4z74lR4cJQssF" alt="" height="618" width="284">
2. **Data**: Settings → Cellular → X-GPS Tracker → Enable. Avoid **Low Data Mode**.

   <img src="/files/wprCfDK9sEULO2MicxJW" alt="" height="208" width="426">
3. **Background activity**: Settings → General → Background App Refresh → Enable for X-GPS Tracker.

   <img src="/files/HVYGa3Ik0M2pz3uXN3g8" alt="" height="158" width="421">

{% hint style="warning" %}
**Low Power Mode** significantly restricts background activity. Avoid using it during the workday.
{% endhint %}

## Best practices

To review the case more accurately, we recommend first confirming that X-GPS Tracker has the required permissions and that no local restrictions are affecting its background operation.

On some devices, the operating system, manufacturer, or corporate policies may restrict location, mobile data, or battery usage. Verifying these points helps rule out settings outside the platform and allows the technical review to focus more efficiently.

If the behavior continues after reviewing the settings, please share the information listed in the next section. With these details, we can analyze the case more thoroughly and provide better guidance.

## Does the problem persist?

If everything has been configured correctly and the problem persists, you can report the situation to <support@navixy.com> with the following information:

* **Device details**: Make, model, and OS version.
* **Device ID**: Exact ID registered in the platform.
* **Failure context**: Exact date and time (including time zone) when the issue occurred.
* **Description**: What the customer expected to see vs. what actually happened.
* **Evidence**: Screenshots of permissions (location, battery, data) and the selected tracking mode.


---

# 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://navixy.com/docs/expert-center/faq-and-troubleshooting/mobile-apps/troubleshooting-guide-x-gps-tracker.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.
