Search Unity

Resolved how to request permissions to a apk

Discussion in 'Scripting' started by Nixel2013, May 13, 2022.

  1. Nixel2013

    Nixel2013

    Joined:
    May 9, 2019
    Posts:
    143
    Hello, I would like to know how to make the user be able to grant storage permissions to an app.

    I searched for all kinds of information (Permission in unity, modify the AndroidManifest) but I couldn't find it in any way.

    When modifying the AndroidManifest it does appear to grant permission, but I have to do it manually from the phone/application settings.

    But I want a way that the user inside the app should appear the typical permissions window.

    Thank you :)
     
  2. Nixel2013

    Nixel2013

    Joined:
    May 9, 2019
    Posts:
    143