Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Invalid Binary Itunes Connect [duplicate]

Possible Duplicate:
Invalid iPhone Application Binary

Im ripping my hair out over this!!!

I have tried like everything and evertime i submit my app to itunes connect it allways says:

Upload Received

(2 minutes Later)

Invalid Binary

Its Driving me mad and i have already:

  • Cleaned all builds

  • Made a new Entitlement.plist

  • Checked that it built with The Distribution Profile.

like image 765
Colin Avatar asked Jan 25 '11 16:01

Colin


2 Answers

check up your mailbox associated with your apple developer account, apple will send email to your mailbox with some diagnose information and how to solve your problem.

for me, apple send following diagnose information. I actually have never touched iCound, which is really confusing. after all, I created a new app id without Wild-card character, then a new distribution profile, and sign my app, finally summit to apple, which turn out to be successful.

Invalid Code Signing Entitlements - The signature for your app bundle contains entitlement values that are not supported. For the com.apple.developer.ubiquity-container-identifiers entitlement, the first value in the array must consist of the prefix provided by Apple in the provisioning profile followed by a bundle identifier suffix. The bundle identifier must match the bundle identifier for one of your apps or another app that you are permitted to use as the iCloud container identifier.

Specifically, value "K8FN29QYP2.*" for key "com.apple.developer.ubiquity-container-identifiers" in ProductName is not supported.

Invalid Code Signing Entitlements - The signature for your app bundle contains entitlement values that are not supported.

Specifically, value "K8FN29QYP2.*" for key "com.apple.developer.ubiquity-kvstore-identifier" in ProductName is not supported.

like image 135
simpzan Avatar answered Nov 06 '22 22:11

simpzan


I have also faced this kind of Problem and I have got this kind of Response from Apple store .

Dear Developer,

We have discovered one or more issues with your recent binary submission for "Application Name". Before your app can be reviewed, the following issues must be corrected:

Invalid Icon Path - No icon found at the path referenced under key "CFBundleIcons": icon114.png

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 and then use Application Loader to upload the corrected binary.

Regards,

The iTunes Store Team

like image 9
Ankit Vyas Avatar answered Nov 06 '22 23:11

Ankit Vyas