It says the camera permission is needed to allow the application to access the device camera, but I have discovered that it has made my app unavailable on some devices because of this.
My app does not absolutely need a camera, but it can use the camera if it is there. Why is it making my app not available on some devices? If I uncheck the camera permission will my app still be able to use the camera?
It needs to be available on all devices whether they have a camera or not, but be able to use the camera if it is there.