Configure iOS Camera permissions
mainTo access the camera on iOS devices, you must add the Privacy - Camera Usage Description key to your Info.plist file. This provides the user with a description of why the app requires camera access.
<key>Privacy - Camera Usage Description</key>
<string>This app uses camera for capturing photos.</string>