S
S
Sergey2016-03-21 14:08:53
Android
Sergey, 2016-03-21 14:08:53

Do I need to use the privacy policy in my application on Google play?

Google recently updated the rules for apps published on Google play. I read all the rules. Everything is clear, except for one moment.
fff48e5f8cdf476e8a1e219350f0333d.PNG
My application uses 3 permissions:

<uses-permission android:name="android.permission.SET_WALLPAPER"/>
    <uses-permission android:name="android.permission.INTERNET"/>
    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>

Only Admob is used to display ads. For which the application uses the following services:
dependencies {
    compile fileTree(dir: 'libs', include: ['*.jar'])
    compile 'com.android.support:appcompat-v7:22.2.0'
    compile 'com.google.android.gms:play-services-analytics:8.4.0'
    compile 'com.google.android.gms:play-services-plus:8.4.0'
    compile 'com.google.android.gms:play-services-ads:8.4.0'
    compile 'com.google.android.gms:play-services-appindexing:8.4.0'
}

Does my app process personal or sensitive data? And do I need a privacy policy for my application on Google play?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Denis Zagaevsky, 2016-03-21
@googlgan

No, you don't need a privacy policy. AdMob is Google advertising, it does not drag anything extra, no data. You yourself also do not collect a list of installed applications or user contacts. So everything is ok.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question