> For the complete documentation index, see [llms.txt](https://app.inwisso.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://app.inwisso.com/apps/planesguide-tv-flight-tracker/pp.md).

# Privacy Policy

This Privacy Policy explains how PlanesGuide TV: Flight Tracker ("PlanesGuide TV," "the App," "we," "our," or "us") handles information when you use the App on Apple TV.

Replace the placeholder contact details before publishing this policy.

Contact Email: <privacy@inwisso.com>

### Summary

PlanesGuide TV is designed to provide live aircraft tracking, airport search, route details, and map exploration on Apple TV. The App does not require an account and, based on the current tvOS target, does not include advertising SDKs, analytics SDKs, or App Tracking Transparency tracking.

Some features use Apple and aviation data providers to display maps, search airports, find aircraft, and load route or flight details. Saved pins, settings, optional API keys, and cached flight details are stored locally on your Apple TV.

### Information the App May Access or Store

#### Location

With your permission, the App may access your Apple TV location to show nearby live aircraft around you. Location access is optional. If you do not grant location permission, you can still use flight search, airport search, and map exploration features.

The App uses your location for app functionality and does not create a location history controlled by us.

#### Flight and Aircraft Search Queries

When you search for a flight, callsign, or aircraft identifier, the App may send that query to aviation data services so matching aircraft can be returned. Search results may include aircraft identifiers, callsigns, registration, aircraft type, altitude, speed, heading, route, operator, and related aviation details when available.

#### Airport Search Queries

When you search for airports by code or name, the App may use local preset airport data and Apple MapKit/MKLocalSearch to return airport results.

#### Saved Pins and Settings

The App stores saved aircraft, saved airports, map preferences, mode preferences, and interface settings locally on your Apple TV. These items are used to restore your preferred experience and quick-access pins.

#### Optional Flight Details API Key

If you enter an AeroDataBox/RapidAPI key in the App, the key is stored locally on your Apple TV and used to request richer flight details from AeroDataBox via RapidAPI. You can remove or replace the key in the App settings.

#### Cached Flight Details

The App may temporarily cache flight details locally on your Apple TV to reduce repeated network requests and improve responsiveness. Cached details can include route, airline/operator, aircraft, airport, timing, terminal, gate, or status data returned by the aviation provider.

### Third-Party Services

PlanesGuide TV uses third-party services to provide core functionality:

* Apple MapKit and MKLocalSearch for maps, map display, location-based map features, and airport search.
* Airplanes.live for nearby aircraft data and aircraft search.
* ADSBDB for route lookup by callsign.
* AeroDataBox via RapidAPI for optional richer flight details when a key is configured.

These services may process network requests and related technical information needed to return results. Their handling of information is governed by their own terms and privacy practices.

### Information We Do Not Intentionally Collect

Based on the current tvOS target, PlanesGuide TV does not intentionally collect:

* Names, email addresses, phone numbers, or account credentials.
* Advertising identifiers.
* Contacts, photos, messages, or health data.
* Payment information.
* Analytics events controlled by us.
* Advertising tracking data.
* User accounts or cloud profiles.

If future versions add accounts, analytics, cloud sync, advertising, diagnostics, or other data features, this policy and App Store privacy responses should be updated before release.

### How Information Is Used

The App uses information only to provide app functionality, including:

* Showing aircraft near your selected location or current location.
* Searching for aircraft, flights, callsigns, and airports.
* Displaying route, altitude, speed, heading, status, airport, and operator details when available.
* Saving local pins and preferences.
* Improving responsiveness through local caching.
* Allowing optional richer flight details through a user-provided provider key.

### Data Sharing

We do not sell personal information.

The App sends necessary requests to Apple and aviation data providers to deliver maps, airport search, aircraft search, route lookup, and optional flight details. We do not operate an account system or developer-controlled backend for storing user profiles in the current tvOS target.

### Tracking and Advertising

PlanesGuide TV does not include advertising SDKs, third-party analytics SDKs, or App Tracking Transparency tracking in the current tvOS target.

### Local Storage and Retention

Saved pins, settings, optional API keys, and cached flight details are stored locally on your Apple TV. They remain on the device until you delete them in the App where supported, change the setting, or delete the App from the device.

Deleting the App removes app data stored locally by the App from the Apple TV, subject to Apple's platform behavior.

### Your Choices

You can:

* Grant or deny location permission through Apple TV settings.
* Use the App without location permission.
* Add, remove, or change local saved pins where supported.
* Add, remove, or change the optional AeroDataBox/RapidAPI key in App settings.
* Delete the App to remove locally stored app data.

### Children

PlanesGuide TV does not require an account and does not intentionally collect personal information from children. The App is intended for general audiences and should be used with appropriate supervision when used by children.

### Aviation Data Disclaimer

PlanesGuide TV is for informational and entertainment use only. Aircraft, route, airport, and flight details may be incomplete, delayed, inaccurate, or unavailable. Do not use the App for navigation, safety, operational, or emergency decisions.

### International Users

The App may request information from services that operate in different regions. By using features that require network services, you understand that requests may be processed by Apple and aviation data providers according to their own practices.

### Changes to This Policy

We may update this Privacy Policy when the App changes or when legal, platform, or provider requirements change. The "Last Updated" date will be revised when this policy is updated.

### Contact

If you have questions about this Privacy Policy, contact:

Email: <privacy@inwisso.com>


---

# 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://app.inwisso.com/apps/planesguide-tv-flight-tracker/pp.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.
