Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Itunes Connect Invalid Binary

I submitted my app in the App Store. First I validated it, and turns out successful. Then I submitted it and succesfully uploaded to 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. (previous version uploaded by other developer). I tried every solution that I found in google search but no luck.

like image 700
janusfidel Avatar asked Nov 12 '11 06:11

janusfidel


2 Answers

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

After these changes application successfully submitted.

like image 174
Irfan DANISH Avatar answered Oct 04 '22 15:10

Irfan DANISH


Need to add 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. i added this then my app successfully upload to app store.

like image 36
PREMKUMAR Avatar answered Oct 04 '22 14:10

PREMKUMAR