Remove camera permissions from app

Hi,

My app does not need camera access from end users. How do I remove the camera access from my app?

Do you have problems publishing the app?

When you publish to app stores, it’s generally advisable to put in that permission text to get through the approvals even if your app doesn’t require at the moment.

And I guess because Adalo’s builds are automated, it’ll take into consideration all the permissions necessary to create a build and pish to testflight.

FYI, the permissions will not be triggered to the end user, unless you have a component which requires camera access.

1 Like