Setting Android Privacy Policy
Asked Answered
O

3

12

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

Overgrowth answered 14/7, 2015 at 19:26 Comment(2)
No and do not worry about it.Maulmain
@JaredBurrows so what do you think about this part of link up? = "Why should I have a privacy policy? You will need to determine what makes the most sense for your app and your users. The privacy policy field is an additional tool that will allow users to better evaluate the apps they wish to download."Overgrowth
F
12

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

Farland answered 4/3, 2017 at 21:4 Comment(1)
Can’t you use admob in a way that doesn’t let it do user tracking?Apocynaceous
W
3

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.

Witten answered 8/2, 2017 at 19:23 Comment(1)
yeah i got an email which warns me about privacy policy. I have to write a privacy policy otherwise they remove my app...Overgrowth
O
0

I made a public gist and posted the url here is the gist you can check here play store

Oversubtlety answered 6/7, 2017 at 14:29 Comment(1)
please summarize the link hereGallard

© 2022 - 2024 — McMap. All rights reserved.