-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlumen-terms.html
More file actions
55 lines (45 loc) · 3.14 KB
/
Copy pathlumen-terms.html
File metadata and controls
55 lines (45 loc) · 3.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Lumen — Terms of Use</title>
<style>
:root { color-scheme: dark; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
max-width: 720px; margin: 0 auto; padding: 32px 20px 64px;
background: #0B0E13; color: #E9EDF3; line-height: 1.55; }
h1 { font-size: 28px; margin: 0 0 6px; color: #7FB2FF; font-weight: 700; }
.sub { color: #8B93A3; font-size: 13px; margin-bottom: 28px; }
h2 { font-size: 17px; margin: 28px 0 8px; color: #7FB2FF; }
p, li { font-size: 15px; }
a { color: #7FB2FF; }
ul { padding-left: 22px; }
hr { border: 0; border-top: 1px solid #232B38; margin: 32px 0; }
.footer { font-size: 12px; color: #626B7A; }
</style>
</head>
<body>
<h1>Lumen — Terms of Use</h1>
<div class="sub">Last updated: 22 July 2026</div>
<p>By downloading or using Lumen you agree to these Terms of Use and to Apple's standard End User License Agreement for licensed applications: <a href="https://www.apple.com/legal/internet-services/itunes/dev/stdeula/">apple.com/legal/internet-services/itunes/dev/stdeula</a>.</p>
<h2>License</h2>
<p>Lumen grants you a non-transferable license to use the app on any Apple-branded device that you own or control, subject to the App Store Terms of Service.</p>
<h2>Bring Your Own Provider</h2>
<p>Lumen is a player only. It does not host, provide, sell, or bundle any live TV channel, movie, or series. You are solely responsible for the IPTV service, Xtream Codes account, or M3U playlist you connect to Lumen, for holding any rights or subscription required to access that content, and for complying with the terms of your provider and with the laws that apply to you. We have no relationship with, and make no representation about, any third-party IPTV provider.</p>
<h2>Acceptable Use</h2>
<p>You agree not to use Lumen to access content you do not have the right to access, and not to use the app for any unlawful purpose.</p>
<h2>No Warranty</h2>
<p>The app is provided "as is" without warranty of any kind. Streaming quality, channel availability, and program guide accuracy depend entirely on the third-party provider you connect — we do not control and cannot guarantee them.</p>
<h2>Limitation of Liability</h2>
<p>To the maximum extent permitted by law, the developer is not liable for any indirect, incidental, or consequential damages arising from your use of the app or from any third-party IPTV service you connect to it.</p>
<h2>Subscriptions</h2>
<p>Any optional Lumen Pro subscription is billed and managed through your Apple ID, subject to Apple's standard subscription terms. You can manage or cancel a subscription at any time in iOS Settings → your name → Subscriptions.</p>
<h2>Changes</h2>
<p>We may update these terms. Material changes will be reflected by updating the "Last updated" date above. Continued use of the app after changes constitutes acceptance.</p>
<h2>Contact</h2>
<p>Questions: <a href="mailto:support@pera-labs.dev">support@pera-labs.dev</a></p>
<hr>
<div class="footer">Lumen · live.lumen.app</div>
</body>
</html>