Google Play Store Error For Apk Upload

Discussion in 'Game Showcase' started by Arif, Oct 7, 2018.

  1. Arif

    Arif Boxer

    Joined:
    Aug 19, 2018
    Messages:
    2
    Likes Received:
    0
    Your app has an apk with version code 1 that requests the following permission(s): android.permission.READ_PHONE_STATE. Apps using these permissions in an APK are required to have a privacy policy set.
     
  2. Kevin Nguyen

    Kevin Nguyen Boxer

    Joined:
    Sep 27, 2018
    Messages:
    23
    Likes Received:
    14
    you need to included a privacy link when submit your app to Google.
     
    Arif and JustBraden like this.
  3. jcalle

    jcalle Miniboss Boxer

    Joined:
    Sep 25, 2015
    Messages:
    1,193
    Likes Received:
    541
    Hello, welcome to the Buildbox forum, please see several tutorials before asking questions.
    https://www.buildbox.com/tutorials/
    https://www.buildbox.com/buildbox-1-tutorials/
    https://www.buildbox.com/guides/
    https://www.buildbox.com/manual/
    And very important, use the search engine.

    https://www.buildbox.com/forum/index.php?threads/solved-privacy-policy-warning-from-google.8432/
    http://buildbox.com/forum/index.php?threads/privacy-policy-link-for-google-play.9077/#post-48742
     
  4. TheGameAppStudio

    TheGameAppStudio Serious Boxer

    Joined:
    Nov 2, 2016
    Messages:
    927
    Likes Received:
    318
    Hi,in android studio open AndroidManifest.xml and add this user permission
    <uses-permission android:name="android.permission.READ_PHONE_STATE"/>
    This would solve the error.
     
  5. TheGameAppStudio

    TheGameAppStudio Serious Boxer

    Joined:
    Nov 2, 2016
    Messages:
    927
    Likes Received:
    318
    @Andy Kindly move this thread to technical discussion or How Can i Section.
     

Share This Page