> For the complete documentation index, see [llms.txt](https://docs.proxyman.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.proxyman.com/debug-devices/tvos-and-watchos.md).

# tvOS & watchOS

Proxyman can capture and intercept HTTP/HTTPS traffic from tvOS and watchOS.

## 1. watchOS

### Simulator

It's straightforward by following the [Proxyman iOS Simulator Guideline.](/debug-devices/ios-simulator.md#ios-simulator-setup-guide)

### watchOS Physical Device

Follow the [iOS devices guideline](/debug-devices/ios-device.md) to set HTTP Proxy and install the certificate to your host device.

#### Tutorial:

{% embed url="<https://proxyman.io/posts/2021-09-02-intercept-https-traffic-from-watch-os-simulator>" %}

## 2. tvOS

### Simulator

Fortunately, it's easy to capture traffic from the tvOS simulator. All you have to do is follow the [iOS Simulator Guideline](/debug-devices/ios-simulator.md).

### tvOS Devices

It's quite tricky to use Proxyman on a real device.

✅ New Setup Guide (2024)

* Follow this Medium article (from Raxit Majithiya): **Setup Proxyman in a physical AppleTV** <https://medium.com/@rax/setup-proxyman-in-a-physical-appletv-bf6df86d3a28>

⚠️ Old Setup Guide

1. Follow this tutorial: <https://www.willowtreeapps.com/craft/a-how-to-guide-for-apple-tv-setup-with-charles-proxy>
2. Instead of using Charles Proxy, you can use Proxyman.

* Please note that Proxyman port is 9090 (default)
* Export Proxyman Certificate in the Certificate Menu -> Export
* Make sure you install & trust the Proxyman Certificate before intercepting HTTPS Traffic.

{% hint style="info" %}
If you can't set up Proxyman with watchOS or tvOS, please contact us at <support@proxyman.io>
{% 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, and the optional `goal` query parameter:

```
GET https://docs.proxyman.com/debug-devices/tvos-and-watchos.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.
