<!doctype html>

<html lang="en">

<head>

  <meta charset="utf-8"/>

  <meta name="viewport" content="width=device-width,initial-scale=1"/>

  <meta name="theme-color" content="#0b0b0f"/>

  <title>gtv-remote — Support | Meninx Labs</title>

  <meta name="description" content="Meninx Labs — Mobile & Web App Studio"/>

  <link rel="icon" href="/assets/logo.svg" type="image/svg+xml"/>

  <link rel="stylesheet" href="/assets/style.css"/>

</head>

<body>


<div class="container">

  <header class="nav">

    <div class="brand">

      <a class="brand" href="/" aria-label="Home">

        <div class="logo" aria-hidden="true">

          <img src="/assets/logo.svg" alt="" style="width:30px;height:30px;"/>

        </div>

        <div>

          <h1>Meninx Labs</h1>

          <span>Support</span>

        </div>

      </a>

    </div>

    <nav class="navlinks" aria-label="Secondary">

      <a href="/gtv-remote/privacy">Privacy</a>

      <a href="/gtv-remote/terms">Terms</a>

    </nav>

  </header>


  <main class="card doc">

    <div class="badge">gtv-remote</div>

    <h1>App Support</h1>

    <p>Last updated: 2026-02-08</p>

    <hr/>


    <p>

      Welcome to the support page for <strong>gtv-remote</strong>.

      If you have questions, issues, or feedback, you can find help below or contact us directly.

    </p>


    <h2>Common issues</h2>

    <ul>

      <li>Make sure your iPhone and TV are connected to the same Wi-Fi network.</li>

      <li>Disable VPNs or network filters that may block local network discovery.</li>

      <li>Check that Local Network permission is enabled in iOS settings.</li>

      <li>Restart both your TV and your iPhone if connection fails.</li>

    </ul>


    <h2>Pairing problems</h2>

    <p>

      If pairing fails, try removing the device from your TV’s paired accessories

      and start the pairing process again from the app.

    </p>


    <h2>Purchases & subscriptions</h2>

    <p>

      All purchases and subscriptions are handled by Apple through the App Store.

      You can manage or cancel them in your Apple ID settings.

    </p>


    <h2>Contact support</h2>

    <p>

      If you still need help, contact us by email:

    </p>

    <p>

      <strong>Email:</strong>

      <a href="mailto:support@myway-technology.com">support@myway-technology.com</a>

    </p>


    <h2>Publisher</h2>

    <p>Meninx Labs — Mobile & Web App Studio</p>

  </main>


  <footer class="footer">

    <div>© <span id="y"></span> Meninx Labs</div>

    <div style="display:flex; gap:12px; flex-wrap:wrap">

      <a href="/">Home</a>

      <a href="/gtv-remote/privacy">Privacy</a>

      <a href="/gtv-remote/terms">Terms</a>

    </div>

  </footer>

</div>


<script>

  document.getElementById('y').textContent = new Date().getFullYear();

</script>


</body>

</html>