Search Unity

Android not showing the popup for CoarseLocation Permission

Discussion in 'Editor & General Support' started by AlainBirchmeier, Sep 10, 2019.

  1. AlainBirchmeier

    AlainBirchmeier

    Joined:
    May 8, 2019
    Posts:
    6
    Hi,

    This bug is making me crazy since several hours now. I have a cross-platform app (iOS and Android) which needs CoarseLocation.
    I'm trying to make the android version work, but it's not working.
    I tried this unity documentation : https://docs.unity3d.com/Manual/android-RequestingPermissions.html

    But without success.
    Moreover, is there a cross platform way to ask permissions ? I searched a bit about how to do it in iOS but couldn't find much either... Why is such an important topic underdocumented ?

    Can please someone point me to a good post/plugin which handle permissions efficently ?

    Thanks for any help,

    Alain
     
  2. Yury-Habets

    Yury-Habets

    Unity Technologies

    Joined:
    Nov 18, 2013
    Posts:
    1,167
    You didn't mention the Unity version you are using.

    As for iOS, it should be done automatically by the OS when the corresponding API is called.
    As for Android - could you elaborate on what's not working?
     
    karl_jones likes this.