I created an app and installed it on my mobile phone as a test, but now I have a problem - how do I get the installation to ask whether, for example, access to photos should be allowed? Currently, the app is just installing and it does not have access to my phone's data.
as soon as the permission is needed, for example using the image picker, the permission window will be displayed
in case you want the permission window to appear directly after Screen.Initialize, just use the AskForPermisson method from the Screen drawer together with the permission you need, for example android.permission.READ_EXTERNAL_STORAGE