ধন্যবাদ @ আরমড্ডি, আমি ইনফো.পালিস্টে অন্যান্য কী-স্ট্রিং জোড়াগুলির পরে এটি যুক্ত করেছি এবং সমস্যাটি সমাধান করেছি:
<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>
সম্পত্তি তালিকা কী রেফারেন্সগুলির সম্পূর্ণ তালিকার জন্য এই বিকাশকারী.এপল.কম লিঙ্কটি চেকআউট করুন ।
সম্পুর্ণ তালিকা:
অ্যাপল সংগীত:
<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
এবং আপনি প্রচুর উদাহরণ পাবেন।