ขอบคุณ @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>
การเคลื่อนไหว (Accelerometer):
<key>NSMotionUsageDescription</key>
<string>My description about why I need this capability</string>
NFC (การสื่อสารระยะใกล้):
<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>
Siri:
<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
และคุณจะพบตัวอย่างมากมาย