1苛蒲、Missing Info.plist key
xcode 8 、iOS10以后,蘋果強(qiáng)制要求開發(fā)者在Info.plist中添加你使用的隱私權(quán)限的描述內(nèi)容沪曙。
例:
Dear developer,
We have discovered one or more issues with your recent delivery for "xxx". 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 an NSMicrophoneUsageDescription 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添加意思描述
image.png
其他配置參考:http://www.reibang.com/p/8eb06f7160eb