Xcode 8 二进制文件未在 itunesconnect 上显示以供审核 [英] Xcode 8 binary is not Showing on itunesconnect for Review

查看:31
本文介绍了Xcode 8 二进制文件未在 itunesconnect 上显示以供审核的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经从 Xcode 8 制作了二进制文件并通过 Application Loader(3.6) 上传到 App Store.它也成功提交并弹出.但是二进制文件没有显示在 iTunesConnect 中,因为它跨越了 19 小时,但它没有显示在 iTunesConnect 中.

I have made Binary file from Xcode 8 and upload to App Store through Application Loader(3.6). Also it is submitted successfully with pop up. But the Binary is not showing in iTunesConnect since it crosses 19 hour yet it is not showing in itunesconnect.

请帮我摆脱这种情况

@更新
这是我的 Plist 文件

@update
Here is my Plist file

推荐答案

我遇到了同样的问题.我正在使用客户的帐户并提交构建.我收到了 UploadSuccessful 弹出窗口,但没有显示构建.发生这种情况是因为 iOS 10 的隐私政策发生了变化,因此我们必须在 Info.plist 中添加一些权限.参考这篇文章:iOS 10- 更改相机、麦克风和照片库权限导致应用程序崩溃

I faced same issue. I was using client's account and submitted builds. I got Upload Successful popup but builds were not shown. This happens because there are privacy policy changes for iOS 10 so that we have to add some permissions in Info.plist. Refer this post: iOS 10 - Changes in asking permissions of Camera, microphone and Photo Library causing application to crash

如果您不添加这些权限,或者您添加了权限但遗漏了它的字符串值,则您的二进制文件将不会显示在商店中.在这种情况下,苹果会向开发者帐户代理发送电子邮件.所以检查那个电子邮件.您可能会收到类似以下主题的电子邮件 **iTunes Connect: Your app APP NAME (Apple ID: APP ID) has a or more questions**

If you don't add these permissions or if you added permission but missed string value of it, your binary will not displayed on store. In this case apple will send email to Agent of developer account. So check that email. You might got email with subject something like this **iTunes Connect: Your app APP NAME (Apple ID: APP ID) has one or more issues**

所以尝试修复这些并重新提交构建.一旦您的构建在活动选项卡中显示为正在处理状态,您就可以在处理后提交以供审核.

So try to fix these and resubmit build. Once your build displays in activity tab with Processing status, then you can submit it for review after processing.

如果您的应用包含推送通知和APNS设置,您还必须添加.entitlements文件.请参阅:xcode 8 推送通知功能和权利文件设置

Also you have to add .entitlements file in case if your app contains push notifications and APNS setup. Refer this: xcode 8 push notification capabilities and entitlements file setting

这是一个奇怪的问题,苹果应该在验证时抛出错误,但他们没有这样做.您可以查看上面的内容并解决问题.

This is weird issue and apple should throw error while validating it but they are not doing it. You can check above and fix the issue.

这篇关于Xcode 8 二进制文件未在 itunesconnect 上显示以供审核的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆