Looking for a little help,
Not sure why my app is requesting permission to “allow access to photos, media and files on device”. This only happens after I live build it and beta install on devices. The only permission in the build settings was to access the internet since I have a link in my app, but I have removed that and the app still has the prompt. The only other thing I can thing of is where we save the json file on the device for save game data. I have tried the different system directories but after each build I still receive the prompt upon install.
Does anyone know why I could be getting this prompt on install? My app doesn’t need any access and I would like to get rid of it.
I tried to look for the androidmanifest and target build for a higher api but that hasn’t worked.
Thanks,