Dear developer,
We have discovered one or more issues with your recent delivery for "Beacon". To process your delivery,the following issues must be corrected:
Missing Info.plist key - This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain anNSPhotoLibraryUsageDescription key with a string value explaining to the user how the app uses this data.
Once these issues have been corrected,you can then redeliver the corrected binary.
Regards,
The App Store team
意思上在info.plist文件中添加 NSPhotoLibraryUsageDescription key说明
-
NSContactsUsageDescription -> 通讯录
-
NSMicrophoneUsageDescription -> 麦克风
-
NSPhotoLibraryUsageDescription -> 相册
-
NSCameraUsageDescription -> 相机
-
NSLocationAlwaysUsageDescription -> 地理位置
-
NSLocationWhenInUseUsageDescription -> 地理位置
-
Privacy - Bluetooth Peripheral Usage Description -> 蓝牙权限
-
Privacy - Speech Recognition Usage Description -> 语音转文字权限
-
Privacy - Calendars Usage Description -> 日历权限
-
Privacy - Contacts Usage Description -> 通讯录权限