简体   繁体   English

Itunes Connect无效二进制文件

[英]Itunes Connect Invalid Binary

I submitted my app in the App Store. 我在App Store中提交了我的应用程序。 First I validated it, and turns out successful. 首先我验证了它,结果证明是成功的。 Then I submitted it and succesfully uploaded to iTunes Connect. 然后我提交了它并成功上传到iTunes Connect。 After a minute, it says that the file is Invalid binary. 一分钟后,它说文件是无效的二进制文件。 I am uploading an update of an existing app which is already published in the App Store. 我正在上传已在App Store中发布的现有应用程序的更新。 (previous version uploaded by other developer). (其他开发者上传的早期版本)。 I tried every solution that I found in google search but no luck. 我尝试了在谷歌搜索中找到的所有解决方案,但没有运气。

Just for information. 仅供参考。

Today I faced the same problem of Invalid Binary while uploading new version of existing application. 今天我在上传现有应用程序的新版本时遇到了Invalid Binary文件的问题。 I got following email from apple 我收到了苹果的电子邮件

iPhone 5 Optimization Requirement - Your binary is not optimized for iPhone 5. As of May 1, all new iPhone apps and app updates submitted must support the 4-inch display on iPhone 5. All apps must include a launch image with the -568h size modifier immediately following the portion of the launch image's filename. iPhone 5优化要求 - 您的二进制文件未针对iPhone 5进行优化。截至5月1日,所有提交的新iPhone应用程序和应用程序更新都必须支持iPhone 5上的4英寸显示屏。所有应用程序必须包含-568h大小的启动图像紧接着启动图像文件名部分的修饰符。 Launch images must be PNG files and located at the top-level of your bundle, or provided within each .lproj folder if you localize your launch images. 启动映像必须是PNG文件,位于捆绑包的顶层,或者如果您本地化启动映像,则在每个.lproj文件夹中提供。 Learn more about iPhone 5 support and app launch images by reviewing the iOS Human Interface Guidelines and iOS App Programming Guide. 通过查看iOS人机界面指南和iOS应用程序编程指南,了解有关iPhone 5支持和应用程序启动图像的更多信息。

Once these issues have been corrected, go to the Version Details page and click "Ready to Upload Binary." 更正这些问题后,请转到“版本详细信息”页面,然后单击“准备上载二进制文件”。 Continue through the submission process until the app status is "Waiting for Upload." 继续完成提交过程,直到应用状态为“等待上传”。 You can then deliver the corrected binary. 然后,您可以提供更正的二进制文件

Solution: 解:

  1. Added 4inch app screen shots in iTunesconnect meta data 在iTunesconnect元数据中添加了4英寸应用程序屏幕截图
  2. Added Default-568h@2x.png image in my application for iPhone 5 在我的iPhone 5应用程序中添加了Default-568h@2x.png图像

After these changes application successfully submitted. 这些更改应用程序成功提交后。

Need to add arm64 需要添加arm64

I faced the same problem of Invalid Binary while uploading new version of existing application. 在上传现有应用程序的新版本时,我遇到了无效二进制文件的问题。

The reason are from February 2015 itself we need to Add arm64 to our app. 原因是从2015年2月起我们需要将arm64添加到我们的应用程序中。 i added this then my app successfully upload to app store. 我添加了这个,然后我的应用成功上传到应用商店。

确保您已在分发配置文件中选择“App Store”作为分发方法,而不是“Ad Hoc”。

I have faced this issue many times.My app got passed validation and submitted     
successfully to iTunes Connect.But It shows invalid binary in prerelease 
options.I saw one awesome post in Apple discussions and finally solved my 
issue.App bundle id was changed in config file of my web app.I have changed 
old bundle id in config.xml and app uploaded for review.

Try to check the provisioning you made for the itunes store are correct with your application. 尝试检查您为itunes存储所做的配置是否与您的应用程序一致。 Remove the old binary which has been rejected then add the new one. 删除已被拒绝的旧二进制文件,然后添加新二进制文件。 If you can do try to make fresh provisioning and also check in the xcode as well. 如果你可以尝试进行新的配置,也可以检查xcode。 And do check the mode,is that debug or distribution as you need to make the build for distribution. 并检查模式,是您需要进行调试或分发以进行分发构建。 Hope it man help you. 希望它能帮助你。

Cheers Sanjay 干杯桑杰

您无法提交使用与其他开发者帐户提交的任何应用(甚至“相同”应用)相同的捆绑ID或相同应用名称的应用。

Try using the Application Loader under /Developer/Applications/Utilities. 尝试使用/ Developer / Applications / Utilities下的Application Loader。 Make sure you have created a New App in iTunesConnect...under Manage Applications, select the application you are going to create an update for... when that loads on the right you will see Add a New Update. 确保您已在iTunesConnect中创建了一个新应用程序...在“管理应用程序”下,选择要为其创建更新的应用程序...当右侧加载时,您将看到“添加新更新”。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM