- Home /
NSCameraUsageDescription Error when submiting a build on Apple App Store
It works with Unity 5.5.0p3, but 5.5.0p4 and 5.5.1f1 don't work. I get the following error when submitting to the Apple App Store
Missing Info.plist key - This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSCameraUsageDescription key with a string value explaining to the user how the app uses this data.
Blockquote
Why Unity team won't fix such important error? Atm, It's impossible to upload to the App Store.
I just updated Unity client to 5.5.1p4 and it works like a charm.
Answer by Akash-bhatt · Jan 27, 2017 at 06:29 PM
ADD this to your info.plist file in xcode Application -privacy camera usage description and set some string in it.
But my game is not using a camera. Why would I lie about it?