-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsyncboy-terms.html
More file actions
90 lines (72 loc) · 5.55 KB
/
Copy pathsyncboy-terms.html
File metadata and controls
90 lines (72 loc) · 5.55 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Phosphor Emulator - Terms of Use | SquatchCraft Apps</title>
<link rel="icon" type="image/png" sizes="192x192" href="assets/icons/favicon-192.png">
<link rel="icon" type="image/png" sizes="64x64" href="assets/icons/favicon-64.png">
<link rel="apple-touch-icon" href="assets/icons/favicon-192.png">
<link rel="stylesheet" href="styles.css">
</head>
<body data-app="syncboy">
<nav class="nav">
<div class="nav-inner">
<a class="brand" href="index.html"><span class="dot"></span>SquatchCraft</a>
<ul class="nav-links">
<li><a href="index.html#apps">Apps</a></li>
<li><a href="index.html#studio">Studio</a></li>
<li><a href="phosphor.html" class="nav-cta">Phosphor Emulator</a></li>
</ul>
<button class="nav-toggle" aria-expanded="false" aria-label="Toggle menu">Menu</button>
</div>
</nav>
<main>
<section class="shell" style="padding-top:60px;">
<div class="prose">
<div style="margin-bottom:24px;">
<span class="eyebrow">Phosphor Emulator · Terms of Use</span>
</div>
<h2>Phosphor Emulator - Terms of Use</h2>
<p><em>Effective Date: February 22, 2026</em></p>
<h3>Acceptance of Terms</h3>
<p>By downloading, installing, or using Phosphor Emulator ("the App"), you agree to be bound by these Terms of Use. If you do not agree to these terms, do not use the App.</p>
<h3>Description of Service</h3>
<p>Phosphor Emulator is a Game Boy, Game Boy Color, and Game Boy Advance emulator application for iOS and Apple Watch. The App allows you to play compatible ROM files on your Apple devices. The App does not include any game ROMs. You are responsible for providing your own legally obtained ROM files.</p>
<h3>User Responsibilities</h3>
<p>You agree that you will only use the App with ROM files that you have the legal right to use. You are solely responsible for ensuring that your use of the App complies with all applicable laws and regulations in your jurisdiction. SquatchCraft LLC does not condone or encourage software piracy.</p>
<h3>In-App Purchases</h3>
<p>The App offers an optional one-time "Pro Pack" purchase that unlocks additional features including Apple Watch streaming, Link Cable multiplayer, and AI Play. All purchases are processed through Apple's App Store and are subject to Apple's terms and conditions. Purchases are non-refundable except as required by applicable law or Apple's refund policies. You may restore previously purchased content on any device signed into the same Apple ID.</p>
<h3>Intellectual Property</h3>
<p>The App, including its design, code, graphics, and documentation, is the intellectual property of SquatchCraft LLC. You are granted a limited, non-exclusive, non-transferable license to use the App for personal, non-commercial purposes. You may not reverse engineer, decompile, or disassemble the App except as permitted by applicable law.</p>
<h3>Disclaimer of Warranties</h3>
<p>The App is provided "as is" and "as available" without warranties of any kind, whether express or implied. SquatchCraft LLC does not warrant that the App will be error-free, uninterrupted, or free of harmful components. We do not guarantee compatibility with all ROM files or hardware configurations.</p>
<h3>Limitation of Liability</h3>
<p>To the maximum extent permitted by applicable law, SquatchCraft LLC shall not be liable for any indirect, incidental, special, consequential, or punitive damages arising from your use of the App, including but not limited to loss of data, loss of profits, or damage to your device.</p>
<h3>Third-Party Services</h3>
<p>The App uses Apple frameworks including StoreKit, WatchConnectivity, Multipeer Connectivity, AVFoundation, and Metal. Your use of these services is subject to Apple's terms and conditions. The App does not integrate with any other third-party services.</p>
<h3>Privacy</h3>
<p>Your privacy is important to us. Please review our <a href="syncboy-privacy.html">Privacy Policy</a> for details on how the App handles your data.</p>
<h3>Termination</h3>
<p>We reserve the right to terminate or suspend access to the App at any time, without prior notice, for conduct that we believe violates these Terms of Use or is harmful to other users, us, or third parties.</p>
<h3>Changes to These Terms</h3>
<p>We may update these Terms of Use from time to time. The updated terms will be posted on this page with a revised effective date. Your continued use of the App after changes constitutes acceptance of the updated terms.</p>
<h3>Governing Law</h3>
<p>These Terms of Use shall be governed by and construed in accordance with the laws of the United States, without regard to conflict of law principles.</p>
<h3>Contact Us</h3>
<p>If you have any questions about these Terms of Use, please contact us at <a href="mailto:hello@squatchcraft.com">hello@squatchcraft.com</a>.</p>
<p><a href="phosphor.html">← Back to Phosphor Emulator</a></p>
<hr>
<p><a href="phosphor.html">← Back to Phosphor Emulator</a></p>
</div>
</section>
</main>
<footer class="footer">
<div class="shell footer-bottom">
<a class="brand" href="index.html"><span class="dot"></span>SquatchCraft</a>
<span>© 2026 SquatchCraft LLC, All rights reserved.</span>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>