Privacy policy link Google Play

早过忘川 提交于 2019-12-12 07:57:57

问题


I am having trouble here, this is my first app and there is so much involved, I did not think it was this hard, currenctly I am stuck on adding a link to my app's PRIVACY POLICY my app is very simple, it does not share any data but I do use google's analytics, one more thing is that I do not have a website so supposedly I had the privacy policy link where would I put it apart from a site I own?


回答1:


You might not need one. You could inform the user in-app that you're using Analytics. Otherwise, you can check out free sites like Google Sites to easily create a web-page with its own URL that you can link to.




回答2:


website hosting

checkout GitHub's GitHub Pages services. they host a simple static website for you for free! basic instructions:

  1. create a public repository on GitHub named [username].github.io (replace "[username]")
  2. commit an index.html file to the root of the repo.
  3. you can see your site online at http://[username].github.io/.

privacy policy

basic privacy policy template here....it'll give you a template that you can simply copy and paste and modify to fit your needs. unlike most other places that are after your money and/or personal information!!! 😠😠😠




回答3:


There are many reasons why you'd want a privacy policy, one is the fact that you are using Google Analytics. Here is what the Google Analytics terms of use say under "7. Privacy":

You will have and abide by an appropriate Privacy Policy and will comply with all applicable laws, policies, and regulations relating to the collection of information from Visitors. You must post a Privacy Policy and that Privacy Policy must provide notice of Your use of cookies that are used to collect data. You must disclose the use of Google Analytics, and how it collects and processes data. (...)

Sure, you can trick your way around the requirement, but that doesn't mean the problem goes away. You can find a lot of information around the web about how to write a privacy policy for apps and more, the advice I'd give depends on a lot of factors.

How to get your privacy policy done:
Proper disclosure to start this section: I work at iubenda where we create solutions for problems like yours, our software generates privacy policies based on user input.

  • I've posted about privacy policies for the Play Store on iubenda's company blog a while ago, this might help you out and give you the right ideas.
  • iubenda also helps with your problem of not having a site, the privacy policy is generated and hosted on our site, you can just copy-paste the link into the app and the app store.



回答4:


You might be able to click the "Not submitting a privacy policy URL at this time" check box at the "Store Listing" page:

Screenshot from Google Play Store Store Listing page

But even if you don't collect personal data, you're still required by Google Analytics Terms of Service to have the Privacy Policy agreement:

Screenshot from Google Analytics Terms of Service

However, it's important to keep in mind that if you use third party tools like Google Analytics you may also be required by those parties to have the Privacy Policy.

But Google Play Store requires you to have the policy before the app is public. Here's a quote from the Google Play Developer Distribution Agreement:

You agree that if you use the Store to distribute Products, you will protect the privacy and legal rights of users. If the users provide you with, or your Product accesses or uses, user names, passwords, or other login information or personal information, you must make the users aware that the information will be available to your Product, and you must provide a legally adequate privacy notice and protection for those users.



来源:https://stackoverflow.com/questions/38252967/privacy-policy-link-google-play

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!