Skip to content

Instantly share code, notes, and snippets.

@ycombinator
Created March 14, 2026 12:38
Show Gist options
  • Select an option

  • Save ycombinator/8d2b7a28ed5047fdb5f0a8704c1f11f7 to your computer and use it in GitHub Desktop.

Select an option

Save ycombinator/8d2b7a28ed5047fdb5f0a8704c1f11f7 to your computer and use it in GitHub Desktop.
Net Results – Privacy Policy
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Net Results – Privacy Policy</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
max-width: 720px;
margin: 40px auto;
padding: 0 20px;
color: #1a1a1a;
line-height: 1.7;
}
h1 { font-size: 1.8em; margin-bottom: 4px; }
h2 { font-size: 1.1em; margin-top: 2em; }
p, li { font-size: 0.97em; }
.updated { color: #666; font-size: 0.9em; margin-bottom: 2em; }
a { color: #0070f3; }
</style>
</head>
<body>
<h1>Privacy Policy</h1>
<p class="updated">Last updated: March 14, 2026</p>
<p>Net Results ("the app") is a companion app for USTA NorCal tennis league players. This policy explains what information is collected, how it is used, and your choices.</p>
<h2>1. Information You Provide</h2>
<p>The app asks you to sign in with your USTA NorCal account credentials (username and password). These credentials are used solely to authenticate with the USTA NorCal website on your behalf. They are stored locally on your device and are never transmitted to any server operated by Net Results.</p>
<h2>2. Information Collected Automatically</h2>
<p>The app uses <strong>Google AdMob</strong> to display banner advertisements to free users. AdMob may collect the following data automatically:</p>
<ul>
<li>Device identifiers (e.g. advertising ID)</li>
<li>App usage and interaction data</li>
<li>IP address and general location (country/region)</li>
<li>Device type, operating system version, and language</li>
</ul>
<p>This data is collected and processed by Google in accordance with <a href="https://policies.google.com/privacy" target="_blank">Google's Privacy Policy</a>. Net Results does not have access to or control over this data.</p>
<p>Ads are not shown to users who have an active ad-free subscription.</p>
<h2>3. In-App Purchases</h2>
<p>The app offers an optional annual subscription to remove ads. All purchases are processed by Apple through the App Store. Net Results does not collect or store any payment information. Apple's handling of purchase data is governed by <a href="https://www.apple.com/legal/privacy/" target="_blank">Apple's Privacy Policy</a>.</p>
<h2>4. Data Sharing</h2>
<p>Net Results does not sell, rent, or share your personal information with third parties, except as described above (Google AdMob for advertising).</p>
<h2>5. Data Retention</h2>
<p>Your USTA NorCal credentials are stored locally on your device. You can remove them at any time by logging out of the app or deleting the app.</p>
<h2>6. Children's Privacy</h2>
<p>The app is not directed at children under 13 and does not knowingly collect personal information from children.</p>
<h2>7. Changes to This Policy</h2>
<p>This policy may be updated from time to time. The "Last updated" date at the top of this page reflects the most recent revision. Continued use of the app after changes constitutes acceptance of the updated policy.</p>
<h2>8. Contact</h2>
<p>If you have questions about this privacy policy, please open an issue at <a href="https://github.com/ycombinator/net-results-app/issues" target="_blank">github.com/ycombinator/net-results-app</a>.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment