Dear Corona,
As my app requires the use of camera (to take photos), I notice that when I set my build-settings to require Camera, it also automatically adds in “camera.autofocus” requirement. This limits the app visibility to device which HAS AUTOFOCUS. Devices which has a camera but NO autofocus will not be able to view the app in the PlayStore.
Bug Report : #33081
settings = { android = { usesPermissions = { "android.permission.CAMERA", "android.permission.WRITE\_EXTERNAL\_STORAGE", }, }, }