Hi everyone,
I’m having a problem with iOS permissions. I was trying to take photos and use them in our game but we decided to postpone that feature. So, I removed the related code and tried building the game again but the permissions for Camera and Photos stay where they are in the Settings. What can I do to remove those permissions from my build?
I’ve tried those and didn’t work:
-
Get another build with different app name
-
Comment out / delete the related code
-
Get another build with same package name but different profile
By the way, I tried building with another app’s profile and it removed the permissions.
Thank you in advance.