MESSAGE:
you will need to explain in the Info.plist file the purpose for using the camera in your app. You will need to include:
The purpose for accessing the camera
An example of the camera usage
This information allows the user to make an informed decision as to whether to grant access to the camera.
BUT:
what’s Info.plist ? How I can modify ?
what should I do ? I’m in total panic
My app is only a webviewer, It’s all ok on Google Play, but not in Apple Store. I’m going crazy
Does your app use the camera? It sounds like it does not. It’s likely that you added a camera component and didn’t remove it before publishing the app.
Was this made with Snap to Place or Drag and Drop?
Looks like you’re using a camera so you’ll need to include that in your permissions list. This is on your project settings page. You might need to put a camera component in your project for that input to appear in your app settings.