|
| 1 | +--- |
| 2 | +import BaseLayout from "../layouts/BaseLayout.astro"; |
| 3 | +import Header from "../components/Header.astro"; |
| 4 | +import Navigation from "../components/Navigation.astro"; |
| 5 | +import NavigationLink from "../components/NavigationLink.astro"; |
| 6 | +import Footer from "../components/Footer.astro"; |
| 7 | +
|
| 8 | +import logoImage from "../assets/rocketsim-logo.svg"; |
| 9 | +--- |
| 10 | + |
| 11 | +<style> |
| 12 | + main { |
| 13 | + margin-bottom: 2rem; |
| 14 | + } |
| 15 | +</style> |
| 16 | + |
| 17 | +<BaseLayout pageTitle="Terms of Use - RocketSim"> |
| 18 | + <Header |
| 19 | + title="RocketSim Terms of Use" |
| 20 | + logo={logoImage} |
| 21 | + logoAlt='Written logo spelling: "RocketSim"' |
| 22 | + > |
| 23 | + Welcome to RocketSim! These Terms of Use govern your use of RocketSim, a |
| 24 | + developer tool designed to enhance app development experiences. By accessing |
| 25 | + or using RocketSim, you agree to these Terms. Please read them carefully. |
| 26 | + </Header> |
| 27 | + <Navigation> |
| 28 | + <NavigationLink href="/"> All Features </NavigationLink> |
| 29 | + <NavigationLink href="/team-insights">Team Licenses</NavigationLink> |
| 30 | + <NavigationLink href="https://docs.rocketsim.app" target="_blank"> |
| 31 | + Documentation |
| 32 | + </NavigationLink> |
| 33 | + <NavigationLink |
| 34 | + href="https://docs.rocketsim.app/support/4FNpAbMLD25WbYwAhdxd37/faq/p3eKWj5LcsvBE7AqGuSty9" |
| 35 | + target="_blank" |
| 36 | + > |
| 37 | + FAQ |
| 38 | + </NavigationLink> |
| 39 | + </Navigation> |
| 40 | + <main> |
| 41 | + <div class="grid"> |
| 42 | + <div> |
| 43 | + <ol> |
| 44 | + <li> |
| 45 | + <strong>Use of RocketSim:</strong> RocketSim is intended for use by app |
| 46 | + developers to simulate various scenarios and test their applications. |
| 47 | + You agree to use RocketSim solely for lawful purposes and in accordance |
| 48 | + with these Terms. |
| 49 | + </li> |
| 50 | + <li> |
| 51 | + <strong>Data Storage:</strong> RocketSim operates by storing all data |
| 52 | + locally on your device. We do not collect or store any of your data on |
| 53 | + external servers. Your data privacy and security are of utmost importance |
| 54 | + to us. The only data shared relates to RocketSim Insights and consists |
| 55 | + of your project's scheme name, build durations, and a one-directional |
| 56 | + hash of the hardware machine UDID |
| 57 | + </li> |
| 58 | + <li> |
| 59 | + <strong>Tracking Services:</strong> RocketSim may utilize tracking services |
| 60 | + for analytics and crash reporting. We use Amplitude for anonymous analytics |
| 61 | + and Xcode for crash reports. This data helps us improve RocketSim's performance |
| 62 | + and user experience. |
| 63 | + </li> |
| 64 | + <li> |
| 65 | + <strong>Email Lists:</strong> Users have the option to opt-in for our |
| 66 | + email lists to receive product updates. These updates may include information |
| 67 | + about new features, trial reminders, special offers, and other relevant |
| 68 | + news related to RocketSim. You can manage your email preferences at any |
| 69 | + time. |
| 70 | + </li> |
| 71 | + <li> |
| 72 | + <strong>Refund Requests:</strong> If you request a refund for RocketSim, |
| 73 | + we may share certain personal data with Apple to assist in processing |
| 74 | + your request. This data may include your usage details and any relevant |
| 75 | + information needed to review the refund request. |
| 76 | + </li> |
| 77 | + <li> |
| 78 | + <strong>App Store Distribution:</strong> RocketSim is distributed via |
| 79 | + the App Store. As such, it operates within the sandbox environment provided |
| 80 | + by the App Store, which enhances security by restricting access to sensitive |
| 81 | + system resources and data. |
| 82 | + </li> |
| 83 | + <li> |
| 84 | + <strong>Intellectual Property:</strong> RocketSim and its content, including |
| 85 | + but not limited to software, logos, trademarks, and designs, are the |
| 86 | + property of RocketSim or its licensors and are protected by intellectual |
| 87 | + property laws. You may not use RocketSim for any unauthorized purpose |
| 88 | + or reproduce, distribute, or modify its content without our prior written |
| 89 | + consent. |
| 90 | + </li> |
| 91 | + <li> |
| 92 | + <strong>Disclaimer of Warranties:</strong> RocketSim is provided "as |
| 93 | + is" without any warranties, express or implied. We do not guarantee that |
| 94 | + RocketSim will always be error-free or that it will meet your specific |
| 95 | + requirements. Your use of RocketSim is at your own risk. |
| 96 | + </li> |
| 97 | + <li> |
| 98 | + <strong>Limitation of Liability:</strong> In no event shall RocketSim |
| 99 | + or its affiliates be liable for any indirect, incidental, special, consequential, |
| 100 | + or punitive damages arising out of or in connection with your use of |
| 101 | + RocketSim. |
| 102 | + </li> |
| 103 | + <li> |
| 104 | + <strong>Changes to Terms:</strong> RocketSim reserves the right to update |
| 105 | + or modify these Terms of Use at any time without prior notice. Any changes |
| 106 | + will be effective immediately upon posting. Your continued use of RocketSim |
| 107 | + after the posting of changes constitutes your acceptance of such changes. |
| 108 | + </li> |
| 109 | + <li> |
| 110 | + <strong>Contact Us:</strong> If you have any questions or concerns about |
| 111 | + these Terms of Use, please contact us at <a |
| 112 | + href="mailto:support@rocketsim.app">support@rocketsim.app</a |
| 113 | + >. |
| 114 | + </li> |
| 115 | + </ol> |
| 116 | + |
| 117 | + <p> |
| 118 | + By using RocketSim, you acknowledge that you have read, understood, |
| 119 | + and agree to be bound by these Terms of Use. If you do not agree to |
| 120 | + these Terms, please do not use RocketSim. Thank you for choosing |
| 121 | + RocketSim! |
| 122 | + </p> |
| 123 | + |
| 124 | + <p><i>Last updated: November 15th, 2024.</i></p> |
| 125 | + </div> |
| 126 | + </div> |
| 127 | + </main> |
| 128 | + <Footer /> |
| 129 | +</BaseLayout> |
0 commit comments