GithubHelp home page GithubHelp logo

nisrulz / app-privacy-policy-generator Goto Github PK

View Code? Open in Web Editor NEW
3.7K 54.0 374.0 4.01 MB

Generate a customized Privacy Policy and Terms of Use document for your mobile apps

Home Page: https://app-privacy-policy-generator.nisrulz.com/

License: GNU Affero General Public License v3.0

HTML 22.49% JavaScript 7.22% Shell 2.82% Pug 27.22% Sass 40.27%
app privacy policy generator webapp 3rd-party-service android ios android-application android-app

app-privacy-policy-generator's Introduction

App Privacy Policy Generator
A simple web app to generate a generic privacy policy for your Android/iOS apps
Click here to access the webapp online

Status Badges

Deploy to Production Deploy to Firebase Hosting on PR

Project Support

  • Before contacting me with issues, please visit the Issue Tracker and see if issue was already added there. Just in case.
  • If you want to report a bug in the project, please use the Issue Tracker to open an issue.
  • If you want to discuss the project with the community, join the Discussion.
  • If needed, you can also contact me on Twitter.

Contributing

This project's contributions work a little different than most GitHub projects. If you have a small bug fix or typo fix, please open a Pull Request(PR) directly to this repository.

In order to reduce burnout by limiting the maintenance overhead of reviewing and validating third-party code, this project is open to code contributions for bug fixes only. Features carry a long-term maintenance burden so they will not be accepted at this time.

If you would like to contribute a feature, please follow these steps:

  1. Check for existing issues first, before filing an issue.
  2. Discuss the feature in the new/existing issue.
  3. Create a pull request from your fork to this repository, once details are clear and approved by maintainer.
  4. Post a link to your pull request in the issue for consideration.

It's likely that code style and implementation details will need to be tweaked so it's easier to for me to grab your implementation as a starting point when implementing a feature.

Additionally, make sure to read the dev docs to

Contribute financially

Servers aren't free and running/maintaining this project isn't free either.

Please consider contributing on GitHub sponsor to offer continued support. You can do a one-time contribution or set up a recurring monthly contribution.

sponsoring monthly

Alternatively you can fuel my late night programming sessions by buying me coffee ☕.

Support this project

Thanks for your interest in this project ❤️

Author & Contributors

This project was created by Nishant Srivastava but hopefully developed and maintained by many others.

See the the list of contributors here.

License

AGPLv3 | Copyright 2017 Nishant Srivastava

app-privacy-policy-generator's People

Contributors

charlesnascimento avatar cjbeauchamp avatar d-3v avatar dependabot[bot] avatar dimon4eg avatar fennifith avatar florinmotoc avatar guyavraham avatar isword avatar khaoz-topsy avatar martinhennrich avatar mertsimsek avatar milesmcc avatar nisrulz avatar planetvaster avatar prof18 avatar tim1802 avatar tmartin1 avatar tyrbok avatar vanniktech avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

app-privacy-policy-generator's Issues

Title for Terms and Condition is Privacy Policy

Upon generation of a Terms and Condition page in the HTML code the title is set to Privacy Policy.

<!DOCTYPE html><html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <title>Privacy Policy</title> <style>body{font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; padding:1em;}</style></head> <body><h2>

Permalink feature would be nice

If the privacy policy can be generated by passing the values (app name, company etc.) in the query parameter then we need not host the privacy policy elsewhere. We can just use this link in Google Play Store etc.

Any thoughts?

"true" as plain text in Terms & Conditions

Hi,
I let the Generator generate Terms & Conditions for me, but unfortunately there appears a random "true" in it.
It can be found here:
"and it could mean that the App name app won’t work properly or at all.
true
The app does use third party services that declare their own Terms and Conditions."

Is some text missing there or is it complete?

Privacy policy not generated

I have entered the required information and clicked on generate button, but the privacy policy is not generated.

Screenshot - Privacy Policy not generated

Capitalize 'we' at beginning of sentences

Where the value of the iOrWe variable is used at the beginning of a sentence it should be capitalized.

An example of this not being capitalized is the Log Data section:

Log Data
we want to inform you that whenever you use our Service, in a case of an error in the app we collect data and information (through third party products) on your phone called Log Data. This Log Data may include information such as your device Internet Protocol (“IP”) address, device name, operating system version, the configuration of the app when utilizing our Service, the time and date of your use of the Service, and other statistics.

Add clause for amazon ads

It seems that Google is particularly sensitive about using the advertising ID, and Amazon ads is a popular SDK that uses that data. It would be nice to have the option to include an amazon clause to the policy.

There are options for other services that link to a privacy policy published by the provider; however there is currently no option for Amazon, and even after a fair amount of searching I haven't found anything that seems relevant to link to.

Add Crashlytics?

It's pretty popular and would make a great addition to this repo 😄

Add OneSignal

Hi, it would be useful to add the OneSignal notification system (onesignal.com), thanks.

... that we request is will be retained ...

There is a grammatical issue in one of the fragments.

The information that we request is will be retained by us and used as described in this privacy policy.

Either "is" or "will be" would work here - but together this doesn't form a clear sentence.

API or general template files

I am currently working on a student project which explores bridging the gap between live systems and their respective (outdated) Privacy policy. It will auto-generate the Privacy policy based on labels and OpenAPI Schemas. (in the light of GDPR)
As this is the only OpenSource project I found for generating Policies I would like to contribute or share this work here (or make it at least compatible).

For this purpose, It would be great if the templates used in this app could be used by another script or an API for automatically generating the Privacy policy based on the parameters given would exist.

I think the template approach would be much easier.
Should I go forward and create a PR?
This would also allow easier changes for non-programmers just wanting to check or modify the policy.

Flycricket Terms formatting

Hi,
I was wondering if there was a specific way you were posting the generated terms onto the Flycricket generator to have it come out formatted correctly. I tried pasting in the HTML and the Markdown generated, but Flycricket doesn't want to format either of those correctly like the Privacy Policy is.

Any help would be great, thanks!

Add Simplified Chinese Translation

Capitalisation not working

In the template there are several instances where variables have a capitalisation filter . This appears to fail: the end result is not capitalised.
Tested in Firefox 76 and Chrome 81

Proper HTML formatting in outputs

It would be really nice if the HTML output would be properly formatted so in case something gets changed here you can easily use git to diff it.

Currently:

<!DOCTYPE html><html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <title>Privacy Policy</title> <style>body{font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; padding:1em;}</style></head> <body><h2>Terms &amp; Conditions</h2> <p>By downloading or using the app, these terms will automatically apply to you – you should make sure therefore that you read them carefully before using the app. You’re not allowed to copy, or modify the app, any part of the app, or our trademarks in any way. You’re not allowed to attempt to extract the source code of the app, and you also shouldn’t try to translate the app into other languages, or make derivative versions. The app itself, and all the trade marks, copyright, database rights and other intellectual property rights related to it, still belong to Niklas Baudy.</p> <p>Niklas Baudy is committed to ensuring that the app is as useful and efficient as possible. For that reason, we reserve the right to make changes to the app or to charge for its services, at any time and for any reason. We will never charge you for the app or its services without making it very clear to you exactly what you’re paying for.</p> <p>The Chess Clock app stores and processes personal data that you have provided to us, in order to provide my Service. It’s your responsibility to keep your phone and access to the app secure. We therefore recommend that you do not jailbreak or root your phone, which is the process of removing software restrictions and limitations imposed by the official operating system of your device. It could make your phone vulnerable to malware/viruses/malicious programs, compromise your phone’s security features and it could mean that the Chess Clock app won’t work properly or at all. </p> <p>You should be aware that there are certain things that Niklas Baudy will not take responsibility for. Certain functions of the app will require the app to have an active internet connection. The connection can be Wi-Fi, or provided by your mobile network provider, but Niklas Baudy cannot take responsibility for the app not working at full functionality if you don’t have access to Wi-Fi, and you don’t have any of your data allowance left.</p><p></p><p>If you’re using the app outside of an area with Wi-Fi, you should remember that your terms of the agreement with your mobile network provider will still apply. As a result, you may be charged by your mobile provider for the cost of data for the duration of the connection while accessing the app, or other third party charges. In using the app, you’re accepting responsibility for any such charges, including roaming data charges if you use the app outside of your home territory (i.e. region or country) without turning off data roaming. If you are not the bill payer for the device on which you’re using the app, please be aware that we assume that you have received permission from the bill payer for using the app.</p> <p>Along the same lines, Niklas Baudy cannot always take responsibility for the way you use the app i.e. You need to make sure that your device stays charged – if it runs out of battery and you can’t turn it on to avail the Service, Niklas Baudy cannot accept responsibility</p> <p>With respect to Niklas Baudy’s responsibility for your use of the app, when you’re using the app, it’s important to bear in mind that although we endeavour to ensure that it is updated and correct at all times, we do rely on third parties to provide information to us so that we can make it available to you. Niklas Baudy accepts no liability for any loss, direct or indirect, you experience as a result of relying wholly on this functionality of the app.</p> <p>At some point, we may wish to update the app. The app is currently available on Android and iOS – the requirements for both systems (and for any additional systems we decide to extend the availability of the app to) may change, and you’ll need to download the updates if you want to keep using the app. Niklas Baudy does not promise that it will always update the app so that it is relevant to you and/or works with the iOS/Android version that you have installed on your device. However, you promise to always accept updates to the application when offered to you, We may also wish to stop providing the app, and may terminate use of it at any time without giving notice of termination to you. Unless we tell you otherwise, upon any termination, (a) the rights and licenses granted to you in these terms will end; (b) you must stop using the app, and (if needed) delete it from your device.</p> <p><strong>Changes to This Terms and Conditions</strong></p> <p> I may update our Terms and Conditions from time to time. Thus, you are advised to review
                      this page periodically for any changes. I will notify you of any changes by posting
                      the new Terms and Conditions on this page. These changes are effective immediately after they are posted on
                      this page.
                    </p> <p><strong>Contact Us</strong></p> <p>If you have any questions or suggestions about my Terms and Conditions, do not hesitate to contact
                      me.
                    </p> <p>This Terms and Conditions page was generated by <a href="https://app-privacy-policy-generator.firebaseapp.com/" target="_blank">App Privacy Policy Generator</a></p></body></html>

Ideally it would look along the lines of:

<!DOCTYPE html>
<html> 
<head> 
  <meta charset="utf-8"> 
  <meta name="viewport" content="width=device-width"> 
  <title>Privacy Policy</title> 
  <style>body{font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; padding:1em;}</style>
</head> 
<body>
  <h2>Terms &amp; Conditions</h2> 
  <p>By downloading or using the app, these terms will automatically apply to you – you should make sure therefore that you read them carefully before using the app. You’re not allowed to copy, or modify the app, any part of the app, or our trademarks in any way. You’re not allowed to attempt to extract the source code of the app, and you also shouldn’t try to translate the app into other languages, or make derivative versions. The app itself, and all the trade marks, copyright, database rights and other intellectual property rights related to it, still belong to Niklas Baudy.</p> 
  <p>Niklas Baudy is committed to ensuring that the app is as useful and efficient as possible. For that reason, we reserve the right to make changes to the app or to charge for its services, at any time and for any reason. We will never charge you for the app or its services without making it very clear to you exactly what you’re paying for.</p> 
  <p>The Chess Clock app stores and processes personal data that you have provided to us, in order to provide my Service. It’s your responsibility to keep your phone and access to the app secure. We therefore recommend that you do not jailbreak or root your phone, which is the process of removing software restrictions and limitations imposed by the official operating system of your device. It could make your phone vulnerable to malware/viruses/malicious programs, compromise your phone’s security features and it could mean that the Chess Clock app won’t work properly or at all. </p> 
  <p>You should be aware that there are certain things that Niklas Baudy will not take responsibility for. Certain functions of the app will require the app to have an active internet connection. The connection can be Wi-Fi, or provided by your mobile network provider, but Niklas Baudy cannot take responsibility for the app not working at full functionality if you don’t have access to Wi-Fi, and you don’t have any of your data allowance left.</p>
  <p></p>
  <p>If you’re using the app outside of an area with Wi-Fi, you should remember that your terms of the agreement with your mobile network provider will still apply. As a result, you may be charged by your mobile provider for the cost of data for the duration of the connection while accessing the app, or other third party charges. In using the app, you’re accepting responsibility for any such charges, including roaming data charges if you use the app outside of your home territory (i.e. region or country) without turning off data roaming. If you are not the bill payer for the device on which you’re using the app, please be aware that we assume that you have received permission from the bill payer for using the app.</p> 
  <p>Along the same lines, Niklas Baudy cannot always take responsibility for the way you use the app i.e. You need to make sure that your device stays charged – if it runs out of battery and you can’t turn it on to avail the Service, Niklas Baudy cannot accept responsibility</p> 
  <p>With respect to Niklas Baudy’s responsibility for your use of the app, when you’re using the app, it’s important to bear in mind that although we endeavour to ensure that it is updated and correct at all times, we do rely on third parties to provide information to us so that we can make it available to you. Niklas Baudy accepts no liability for any loss, direct or indirect, you experience as a result of relying wholly on this functionality of the app.</p> 
  <p>At some point, we may wish to update the app. The app is currently available on Android and iOS – the requirements for both systems (and for any additional systems we decide to extend the availability of the app to) may change, and you’ll need to download the updates if you want to keep using the app. Niklas Baudy does not promise that it will always update the app so that it is relevant to you and/or works with the iOS/Android version that you have installed on your device. However, you promise to always accept updates to the application when offered to you, We may also wish to stop providing the app, and may terminate use of it at any time without giving notice of termination to you. Unless we tell you otherwise, upon any termination, (a) the rights and licenses granted to you in these terms will end; (b) you must stop using the app, and (if needed) delete it from your device.</p> 
  <p><strong>Changes to This Terms and Conditions</strong></p> 
  <p> I may update our Terms and Conditions from time to time. Thus, you are advised to review this page periodically for any changes. I will notify you of any changes by posting the new Terms and Conditions on this page. These changes are effective immediately after they are posted on this page.</p> 
  <p><strong>Contact Us</strong></p> 
  <p>If you have any questions or suggestions about my Terms and Conditions, do not hesitate to contactme.</p> 
  <p>This Terms and Conditions page was generated by<a href="https://app-privacy-policy-generator.firebaseapp.com/" target="_blank">App Privacy Policy Generator</a></p>
</body>
</html>

Missing dot in one sentence

The information that I request is retained on your device and is not collected by me in any way is missing a dot.

This is what I put up in the generator:

screen shot 2018-04-29 at 09 36 18

Privacy Policy

Privacy Policy
SAGS Apps built the Dealzon: Off Deals for ebay, Cheap Shopping Online app as an Ad Supported app. This SERVICE is provided by SAGS Apps at no cost and is intended for use as is.

This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service.

If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used for providing and improving the Service. I will not use or share your information with anyone except as described in this Privacy Policy.

The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which is accessible at Dealzon: Off Deals for ebay, Cheap Shopping Online unless otherwise defined in this Privacy Policy.

Information Collection and Use

For a better experience, while using our Service, I may require you to provide us with certain personally identifiable information, including but not limited to Use location data for ads. The information that I request will be retained on your device and is not collected by me in any way.

The app does use third party services that may collect information used to identify you.

Link to privacy policy of third party service providers used by the app

Google Play Services
Log Data

I want to inform you that whenever you use my Service, in a case of an error in the app I collect data and information (through third party products) on your phone called Log Data. This Log Data may include information such as your device Internet Protocol (“IP”) address, device name, operating system version, the configuration of the app when utilizing my Service, the time and date of your use of the Service, and other statistics.

Cookies

Cookies are files with a small amount of data that are commonly used as anonymous unique identifiers. These are sent to your browser from the websites that you visit and are stored on your device's internal memory.

This Service does not use these “cookies” explicitly. However, the app may use third party code and libraries that use “cookies” to collect information and improve their services. You have the option to either accept or refuse these cookies and know when a cookie is being sent to your device. If you choose to refuse our cookies, you may not be able to use some portions of this Service.

Service Providers

I may employ third-party companies and individuals due to the following reasons:

To facilitate our Service;
To provide the Service on our behalf;
To perform Service-related services; or
To assist us in analyzing how our Service is used.
I want to inform users of this Service that these third parties have access to your Personal Information. The reason is to perform the tasks assigned to them on our behalf. However, they are obligated not to disclose or use the information for any other purpose.

Security

I value your trust in providing us your Personal Information, thus we are striving to use commercially acceptable means of protecting it. But remember that no method of transmission over the internet, or method of electronic storage is 100% secure and reliable, and I cannot guarantee its absolute security.

Links to Other Sites

This Service may contain links to other sites. If you click on a third-party link, you will be directed to that site. Note that these external sites are not operated by me. Therefore, I strongly advise you to review the Privacy Policy of these websites. I have no control over and assume no responsibility for the content, privacy policies, or practices of any third-party sites or services.

Children’s Privacy

These Services do not address anyone under the age of 13. I do not knowingly collect personally identifiable information from children under 13. In the case I discover that a child under 13 has provided me with personal information, I immediately delete this from our servers. If you are a parent or guardian and you are aware that your child has provided us with personal information, please contact me so that I will be able to do necessary actions.

Changes to This Privacy Policy

I may update our Privacy Policy from time to time. Thus, you are advised to review this page periodically for any changes. I will notify you of any changes by posting the new Privacy Policy on this page. These changes are effective immediately after they are posted on this page.

Contact Us

If you have any questions or suggestions about my Privacy Policy, do not hesitate to contact me.

Terms & Condition option without iOS

My apps are only available on Android and hence I won't need the iOS mention. Someone who actually reads this may confuse it and expect a compatible iOS version.

A small toggle at the T&C could easily solve it and then remove the 2 mentions of iOS.

DanTattooMan

Well done! Thanks for this app. it helped a lot. Using it on my flutter apps.

Thanks a lot!

You saved me lots of time. Thank you so much! Please keep it going 🎊

Download button only works the first time in Chrome

Hi,

I have to open a new tab and go to the site, fill in details and download otherwise it does not work a second time. I had a look at the code and I believe the issue is in the download method in Utils. The URL is not released after it is used.

See StackOverflow for compatible code to do the download this way

Thanks for a great product, hope this helps someone else seeing the same problem

failed to load

it says failed to load recaptcha pleasr check your internet connection

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.