-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3968a93
commit a99b316
Showing
1 changed file
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Privacy Policy</title> | ||
</head> | ||
<body> | ||
<h1>Privacy Policy</h1> | ||
<p>Thank you for using our application, "Quizzes - Did you know?", provided by iWaveUniverse. This Privacy Policy informs you of our policies regarding the collection, use, and disclosure of personal data when you use our application and the choices you have associated with that data.</p> | ||
|
||
<h2>Information We Do Not Collect</h2> | ||
<p>We do not collect any personally identifiable information from you when you use our application.</p> | ||
|
||
<h2>How We Use Your Data</h2> | ||
<p>Since we do not collect any personal data, we do not use it in any way.</p> | ||
|
||
<h2>Disclosure of Data</h2> | ||
<p>Since we do not collect any personal data, we do not disclose it to any third parties.</p> | ||
|
||
<h2>Children's Privacy</h2> | ||
<p>Our application does not address anyone under the age of 13. We do not knowingly collect personal identifiable information from anyone under the age of 13. If you are a parent or guardian and you are aware that your child has provided us with personal data, please contact us so that we will be able to do necessary actions.</p> | ||
|
||
<h2>Data Access, Collection, Use, and Sharing</h2> | ||
<p>This section comprehensively discloses how our app "Quizzes - Did you know?" accesses, collects, uses, and shares user data:</p> | ||
<ul> | ||
<li><strong>Types of Data Collected:</strong> We do not collect any user data in "Quizzes - Did you know?"</li> | ||
<li><strong>Use of Data:</strong> Since we do not collect any data, we do not use it in any way.</li> | ||
<li><strong>Sharing of Data:</strong> We do not share any data with third parties as we do not collect any data.</li> | ||
<li><strong>Data Retention and Deletion:</strong> As we do not collect any data, we do not retain or delete any user data.</li> | ||
</ul> | ||
|
||
<h2>Changes to This Privacy Policy</h2> | ||
<p>We may update our Privacy Policy from time to time. We will notify you of any changes by posting the new Privacy Policy on this page.</p> | ||
|
||
<h2>Contact Us</h2> | ||
<p>If you have any questions or suggestions about our Privacy Policy, do not hesitate to contact us.</p> | ||
<p>Email: [email protected]</p> | ||
</body> | ||
</html> |