美文网首页
提交itunes store 遇到的坑

提交itunes store 遇到的坑

作者: 夜未殇 | 来源:发表于2017-06-07 16:19 被阅读0次

1、Missing Info.plist key

xcode 8 、iOS10以后,苹果强制要求开发者在Info.plist中添加你使用的隐私权限的描述内容。
例:

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.jianshu.com/p/8eb06f7160eb

相关文章

网友评论

      本文标题:提交itunes store 遇到的坑

      本文链接:https://www.haomeiwen.com/subject/zmcafxtx.html