I'm use phonegap to build ios app, after I tried to submit app via iTunes Connect, I got following message.
**Missing Info.plist key** - This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSPhotoLibraryUsageDescription key with a string value explaining to the user how the app uses this data.
But My app just calling back-end API, I don't use iPhone's Photo Library, I do display html image tag and data is from API.
So is there a setting to disable the usage iPhone Photo Library at Xcode? I'm guessing that could fix my issue.