Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Setting Android Privacy Policy

I am using AdMob in my android application. Do i need to create a Privacy Policy in my application to inform users about cookies that Google uses?

If yes where do i need to put it?

Do i must write it in descriptions on Google Play? Or on fist run do I must show a fragment window? Or can I write the Privacy Policy just in section "About App"?

What do I write?

I read the Google Documents, but i didn't understand clearly.

https://support.google.com/googleplay/android-developer/answer/2519872?hl=en

like image 278
Eren Avatar asked Jul 14 '15 19:07

Eren


People also ask

How do I add Privacy Policy to Android app?

Adding A Privacy Policy to Your Android AppGo to the Google Play Console. Select your app. Select Store Listing. Add your Privacy Policy link for Android apps and click Save.

Does my android app need a Privacy Policy?

Google Play has made it a basic requirement to make certain privacy-related disclosures to users, in accordance with applicable law. These disclosures are typically made available to users via a privacy notice that is easily accessible from within the app.

What is Android Privacy Policy?

A Privacy Policy for Android Apps is Required by Google Play The Google Play Developer Policy requires that all Android apps that collect and handle personal or sensitive user data have a prominent disclosure in place that discloses the collection, use, sharing and accessing of data.


Video Answer


2 Answers

To clarify for anyone who is finding this question:

The answer is yes, you need a privacy policy for your app if you are using AdMob. Refer to: AdMob Help (bottom of the page).

... Additionally, your app's privacy policy may need to be updated to reflect the use of personalized advertising (formerly known as interest-based advertising) served via the Google Mobile Ads SDK. Please take a moment to review your app's privacy policies and ensure that they are up-to-date. Because publisher pages and laws vary across countries, we're unable to suggest specific privacy policy language...

They essentially want you to inform users about the use of targeted advertising. They don't explicitly tell you what to write though.

Personally I think it should be enough to write something about that you use AdMob to serve ads and that AdMob uses the devices advertising id to serve personalized ads based on the users interests (which includes collecting and analyzing user data). A link to the Google page to opt-out of personalized advertising and to Googles Privacy Policies (here and here) can't hurt.

This also suggests that you need to have at least a link to your privacy policy in your app and on the store page. But maybe AdMob doesn't count as handling sensitive data, so maybe the link to the policy on the store page is optional in this case.

As a side note: If you use any Google Services (e.g. Location, Firebase, Places Api) you probably need a privacy policy

like image 126
Agent T Avatar answered Sep 28 '22 09:09

Agent T


Things changed in 2017 (even without AdMob):

AdMob is another subject: I talk about any app event without AdMob (my case for example)

Google threatens to remove my open source app JSAir just for http://android.permission.READ _PHONE_STATE (for UX: I need to check connection is active or not = that's all).

I had the surprise of receiving a mail from Google who wants me to create a privacy policy website now (I did not have before).

I will have to say something like:

This application stores/send/read nothing apart javascript air website information!!! So there is no better privacy conscious application.

like image 38
MacKentoch Avatar answered Sep 28 '22 08:09

MacKentoch