Search Unity

Unity ads triggering suspicious permission on Android

Discussion in 'Unity Ads & User Acquisition' started by AlexiJohansen123, Jul 11, 2018.

  1. AlexiJohansen123

    AlexiJohansen123

    Joined:
    Apr 5, 2016
    Posts:
    17
    My app wants access to the users 'contacts' and wants permission 'to make calls' on Android. Only service I am using is Unity ads.

    What's up with that? It's killing the few users I'm getting, I wouldn't install apps asking for those kind of permission either.
     
  2. rasmus-unity

    rasmus-unity

    Moderator

    Joined:
    Aug 15, 2014
    Posts:
    1,312
    Hi,

    Which version of Unity/Ads SDK are you using? Shouldn't be the case that we require those permissions afaik, but will take a look.

    /Rasmus
     
  3. AlexiJohansen123

    AlexiJohansen123

    Joined:
    Apr 5, 2016
    Posts:
    17
    Hi,

    2.0.8 & Unity 2018.1.6f1

    Thank you for having a look.
     
  4. AlexiJohansen123

    AlexiJohansen123

    Joined:
    Apr 5, 2016
    Posts:
    17
    @rasmus-unity

    Apparently:
    ---------------------------------
    It is UnityChannel.aar
    • Find it in project somewhere under plugins
    • Then change format .arr to .zip and unzip it
    • Then you will see there is hidden AndroidManifest there, which merges with normal android manifest, permissions comes from there
    If this is not working, you need to identify all .aar formatted files in project and unzip them one by one, the culprit permissions could be hidden in any of them.
     
    ekothehimself and Deleted User like this.