Hi Arthur,
Let me try to explain what’s happening here:
When we generate your APK we need to include all the features that your app might use, even if it’s not currently using those features. The reason for this is that at any point you can add functionality to your app from the editor, and those changes will be enabled in the app the next time the users syncs, without the need to generate a new APK.
Because of this, we have to keep the camera permissions associated with your app’s APK.
Thank you for your reply. I noticed that I had left the privacy policy empty. So I made the apk with an empty privacy policy. Is it possible that this could be the problem?
The privacy policy is not part of the apk, it’s part of your app’s play store listing. You might need to add a link to a page webpage with a privacy policy.