English 中文(简体)
联 合 国 简称
原标题:Itunes Connect Invalid Binary

我在书库中提交了我的照片。 第一,我证实这一点,并取得成功。 然后,我提交了这一文件,并经过了精炼后再上载到SitLink。 在一分钟后,它说档案是英瓦利德·本利。 我正在上载一个已在应用程序库中公布的现有数据。 (前版本由其他开发商上载)。 我尝试了我在Agogle搜索中找到的每一种解决办法,但没有uck。

问题回答

www.un.org/Depts/DGACM/index_spanish.htm Just for information.

Today I faced the same problem of Invalid Binary while uploading new version of existing application. 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. 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. Learn more about iPhone 5 support and app launch images by reviewing the iOS Human Interface Guidelines and iOS App Programming Guide.

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
  2. Added [email protected] image in my application for iPhone 5

这些改动申请成功提交。

www.un.org/Depts/DGACM/index_spanish.htm 需要增加军械64

我在重载现有应用新版本的同时,也面临着同样的问题。

原因来自 February 2015 , 我们需要在我们看来添加武器64。 i 之后,我又成功地用上了储存。

Try to check the provisioning you made for the itunes store are correct with your application. 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. 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

You cannot submit an app that uses the same bundle ID or the same app name of any app (even the "same" one) submitted by another developer account.

确保你选择“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 using the Application Loader under /Developer/Applications/Utilities. • 确保你在“管理申请”栏中设置了新应用程序,选择你将提出的申请,以便......在你将看到增补新版本的权利时,提供最新情况。





相关问题
How to change out-of-focus text selection color in Xcode?

Okay, I ll bite. I ve got really pleasant code/window colors set up in Xcode. Ordinarily, my selection color is very visible. When I am doing a project search and iterating through the results, ...

Iphone NSTimer Issue

Hi I am new to objective c. I am trying to make an app for iphone. I have a button on my view, and the click on which the function playSound is called. This is working properly. It does plays the ...

Include a .txt file in a .h in C++?

I have a number of places where I need to re-use some template code. Many classes need these items In a .h could I do something like: #include <xxx.txt> and place all of this code in the ....

Iterating over string/strlen with umlauted characters

This is a follow-up to my previous question . I succeeded in implementing the algorithm for checking umlauted characters. The next problem comes from iterating over all characters in a string. I do ...

Xcode open two editor windows with same file

Is it possible to open the same file in two separate windows in Xcode. I can open a file in one window and the same file in the main Xcode editor window, but I wanted two separate fulltime editor ...

Forcing code signing refresh in Xcode

In our environment, we share resources across multiple projects and platforms. When building for iPhone, only a subset of those resources are needed. Since that subset is still considerable, we have ...

热门标签