Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Unity Add Permissions i don't need to my game

Discussion in 'Android' started by MrZzzero, Aug 25, 2019.

  1. MrZzzero

    MrZzzero

    Joined:
    Dec 9, 2016
    Posts:
    67
    i updated to last version of unity , when i tried to upload my game into google play first of all they didn't let me review it cause of READ-PHONE-STATE permission , i added to android manifest file this line

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



    when i published this game for test i found that its asks too about Device & app history / Identity / Wifi connection information

    for the connection permission maybe its okay cause i use gpgs but why it needs the other 2 permissions all what i did in this game is save game stats in a file and load them when i need to check levels etc .. , why unity auto add this permissions to my game do i need to remove them with same lines code as READ-PHONE-STATE , but thats not the right why to deal with that kind of toxic problem why it adds this permissions while i don't need them ????? help plz
     
  2. kaarloew

    kaarloew

    Joined:
    Nov 1, 2018
    Posts:
    360
    What plugins you have in your project?
     
  3. MrZzzero

    MrZzzero

    Joined:
    Dec 9, 2016
    Posts:
    67
    the problem was unitychannel in plugins folder i removed it