fixing unity ios 10 camera crash issue

OK so something has changed in ios 10 and has caused it to crash because of the below error. i have yet to submit to the app store but to fix it in your code if you need to access the camera, add NSCameraUsageDescription in the info.plist file in xcode and the string will be the popup message asking for permission to the camera.

Error: This app has crashed because it attempted to access privacy-sensitive data without a usage description

Unity 5.4.1p2
Fixes:
(none) - iOS: Fixed App Store submissions with Xcode 8 when phone camera is not being used by game.

Maybe this solves your problem.