धन्यवाद @rmaddy, मैंने इसे अन्य कुंजी-स्ट्रिंग जोड़ियों के बाद Info.plist में जोड़ा और समस्या को हल किया:
<key>NSPhotoLibraryUsageDescription</key>
<string>Photo Library Access Warning</string>
संपादित करें:
मैंने अपने ऐप के विभिन्न घटकों पर समान समस्याएं होने का भी अंत किया। अब तक इन सभी कुंजियों को जोड़ने के बाद (Xcode8 / iOS10 में अपडेट करने के बाद):
<key>NSPhotoLibraryUsageDescription</key>
<string>This app requires access to the photo library.</string>
<key>NSMicrophoneUsageDescription</key>
<string>This app does not require access to the microphone.</string>
<key>NSCameraUsageDescription</key>
<string>This app requires access to the camera.</string>
संपत्ति सूची कुंजी संदर्भों की पूरी सूची के लिए इस developer.apple.com लिंक को चेकआउट करें ।
पूरी सूची:
Apple संगीत:
<key>NSAppleMusicUsageDescription</key>
<string>My description about why I need this capability</string>
ब्लूटूथ:
<key>NSBluetoothPeripheralUsageDescription</key>
<string>My description about why I need this capability</string>
पंचांग:
<key>NSCalendarsUsageDescription</key>
<string>My description about why I need this capability</string>
कैमरा:
<key>NSCameraUsageDescription</key>
<string>My description about why I need this capability</string>
संपर्क:
<key>NSContactsUsageDescription</key>
<string>My description about why I need this capability</string>
FaceID:
<key>NSFaceIDUsageDescription</key>
<string>My description about why I need this capability</string>
स्वास्थ्य हिस्सेदारी:
<key>NSHealthShareUsageDescription</key>
<string>My description about why I need this capability</string>
स्वास्थ्य अद्यतन:
<key>NSHealthUpdateUsageDescription</key>
<string>My description about why I need this capability</string>
होम किट:
<key>NSHomeKitUsageDescription</key>
<string>My description about why I need this capability</string>
स्थान:
<key>NSLocationUsageDescription</key>
<string>My description about why I need this capability</string>
स्थान (हमेशा):
<key>NSLocationAlwaysUsageDescription</key>
<string>My description about why I need this capability</string>
स्थान (उपयोग में होने पर):
<key>NSLocationWhenInUseUsageDescription</key>
<string>My description about why I need this capability</string>
माइक्रोफ़ोन:
<key>NSMicrophoneUsageDescription</key>
<string>My description about why I need this capability</string>
गति (एक्सेलेरोमीटर):
<key>NSMotionUsageDescription</key>
<string>My description about why I need this capability</string>
एनएफसी (निकट-क्षेत्र संचार):
<key>NFCReaderUsageDescription</key>
<string>My description about why I need this capability</string>
फोटो लाइब्रेरी:
<key>NSPhotoLibraryUsageDescription</key>
<string>My description about why I need this capability</string>
फोटो लाइब्रेरी (केवल लिखने के लिए उपयोग):
<key>NSPhotoLibraryAddUsageDescription</key>
<string>My description about why I need this capability</string>
अनुस्मारक:
<key>NSRemindersUsageDescription</key>
<string>My description about why I need this capability</string>
महोदय मै:
<key>NSSiriUsageDescription</key>
<string>My description about why I need this capability</string>
वाक् पहचान:
<key>NSSpeechRecognitionUsageDescription</key>
<string>My description about why I need this capability</string>
NSPhotoLibraryUsageDescription
और आपको बहुत सारे उदाहरण मिलेंगे।