Skip to content

Google Play Upload Issue - READ_PHONE_STATE Permission #313

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
volkangurol opened this issue Feb 3, 2019 · 2 comments
Open

Google Play Upload Issue - READ_PHONE_STATE Permission #313

volkangurol opened this issue Feb 3, 2019 · 2 comments

Comments

@volkangurol
Copy link

Your APK or Android App Bundle is using permissions that require a privacy policy: (android.permission.READ_PHONE_STATE)

@Steve-sy
Copy link

Had the same problem, all what you need to do is adding your website link that contain the privacy policy page! you will add that link in the Google Play store listing and that solved my problem.

@MilloshFey
Copy link

Go to AndroidManifest.xml and make sure you have the second line:

<manifest` xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    package="com.example">

Then add to permissions (on the same file):

<uses-permission android:name="android.permission.READ_PHONE_STATE" tools:node="remove"/>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants