Permissions
Add an NSCameraUsageDescription
All iOS apps which require camera access must request permission from the user, and specify this information in the Info.plist.
Add an NSCameraUsageDescription
entry to your app's Info.plist, with the reason why your app requires camera access (e.g. “To allow Metric Example App access your camera in order to verify your identity.”)