美文网首页
Xcode8打包上传构建版本不出来的问题解决

Xcode8打包上传构建版本不出来的问题解决

作者: 一个正直的小龙猫 | 来源:发表于2016-09-20 09:53 被阅读357次

    今天用Xcode 8打包上传App,本地验证和ipa上传都正常。但是itunes connect后台的构建版本一直出不来。由于公司产品分独立项目组,账号邮箱不在我的手里,一直没有看邮件。后来检查了邮件:

    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:

    This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSBluetoothPeripheralUsageDescription key with a string value explaining to the user how the app uses this data.

    iOS 10已经要求我们添加权限申请的描述.

    解决办法:

    http://stackoverflow.com/questions/39383289/ios-10-gm-release-error-when-submitting-apps-this-app-attempts-to-access-privac

    stackoverflow.com/questions/39458207/itunes-connect-and-xcode-8-your-app-has-changed-to-invalid-binary

    相关文章

      网友评论

          本文标题:Xcode8打包上传构建版本不出来的问题解决

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