When I tried to add my game to Apple’s App Store, I received an email telling me that there was an issue with my game.
“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.”
I know how to add the key to the info.plist file but I don’t know why this key is needed. My game is just a simple platform game and it shouldn’t use any privacy-sensitive data. Could this be because of the Admob Unity Plugin I have used to monetize the game? Maybe somebody else has experienced something like this or perhaps there is a way I can make sure that my game does not need any access to the camera?
Any help is appreciated