Mohamed Atef
Mohamed Atef

Reputation: 53

Policy issue: Google Play

What should i do to solve this problem i use this permissions

<permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
<permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.RECORD_AUDIO" />
<uses-permission android:name="com.sec.android.provider.badge.permission.READ" />
<uses-permission android:name="com.sec.android.provider.badge.permission.WRITE" />
<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="com.sonyericsson.home.permission.BROADCAST_BADGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="com.htc.launcher.permission.READ_SETTINGS" />
<uses-permission android:name="com.htc.launcher.permission.UPDATE_SHORTCUT" />
<uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="com.google.android.c2dm.permission.RECEIVE" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.CALL_PHONE" />
<uses-permission android:name="com.google.android.c2dm.permission.RECEIVE" />
<uses-permission android:name="android.permission.GET_ACCOUNTS" />
<uses-permission android:name="com.google.android.c2dm.permission.RECEIVE" />
<uses-permission android:name="android.permission.WAKE_LOCK" />

Hello Google Play Developer,

Our records show that your app, appname , with package name app.appname, currently violates our User Data policy regarding Personal and Sensitive Information.

Policy issue: Google Play requires developers to provide a valid privacy policy when the app requests or handles sensitive user or device information. Your app requests sensitive permissions (e.g. camera, microphone, accounts, contacts, or phone) or user data, but does not include a valid privacy policy.

Action required: Include a link to a valid privacy policy on your app's Store Listing page and within your app. You can find more information in our help center.

Alternatively, you may opt-out of this requirement by removing any requests for sensitive permissions or user data.

If you have additional apps in your catalog, please make sure they are compliant with our Prominent Disclosure requirements.

Please resolve this issue by January 30, 2017, or administrative action will be taken to limit the visibility of your app, up to and including removal from the Play Store. Thanks for helping us provide a clear and transparent experience for Google Play users.

Regards,

The Google Play Team

Upvotes: 1

Views: 2112

Answers (2)

Aradhna
Aradhna

Reputation: 983

This is not a code error.

While updating an app to Google Play, you need to provide a Privacy Policy for your application. That is always not mandatory but since your app is using personal information of a user, you have to provide a privacy policy.

Just search for some examples of policies and create your own. It is just a word document containing information. You will also get sites online that develop a privacy policy document for you.

One your document is ready, just upload it on your Google Drive with only 'view' permission and then paste the link of that document in your app's console.

Hope this helps :)

Upvotes: 3

Ravi
Ravi

Reputation: 35589

Though it is not related to pragramming i will just say that google is asking you to provide privacy policy of your app.

It means that you need to give clerification about all those permissions and why do you need those in your application.

Just because you are using some sensitive permission which required user's attention, you need to specify why you need those permissions.

They have already given you evertything that what you need to do and what not.

Include a link to a valid privacy policy on your app's Store Listing page and within your app. You can find more information in our help center.

Upvotes: 1

Related Questions