itunes store operation failed in xcode 6

2019-03-10 18:59发布

iTunes store operation failed

No eligible software found. Make sure this software is owned by your developer organization.

I get above error while validating app from xcode 6. I don't understand this error why it is coming. Can anyone help me to solve this error?

Thank you

标签: ios xcode6
7条回答
神经病院院长
2楼-- · 2019-03-10 19:30

I was able to upload by using Application Loader as suggested in iTunesConnect.

  • Archive your app with the distribution provisioning profile
  • Export the archive for distribution to somewhere you can find it again.
  • Download Application Loader 3.0 from iTunesConnect, if it isn't already installed.
  • Open Application Loader
  • In AppLoader, Log into the iTunesConnect account you want to release the app from
  • In AppLoader, Upload the archive

Not exactly painless, but it does allow you to build with an iTunes developer account and release from a different iTunesConnect ID.

查看更多
3楼-- · 2019-03-10 19:31

This happened to me because I had a different developer and itunesconnect accounts. Make sure you build app with your developer account and submit validation with your itunesconnect account. That worked for me.

查看更多
疯言疯语
4楼-- · 2019-03-10 19:31

As noted by a few others, I was able to resolve this problem by using the Application Loader rather than xCode to send the iPA file to app store. In my case, both xCode and Application loader were using the correct iTunesConnect account, but for some reason, xCode was failing on submitting this app. I could submit other apps without incident, which led me on a wild goose chase thinking the problem was app specific.

Steps to Resolution were:

  1. Download to Application Loader from iTunesConnect Website (as of 2/18/15, it's under the Resources and Help button).
  2. Install App Loader
  3. From xCode, Build/Archive to create distribution package
  4. From xCode Organizer, Export the package to a location
  5. From App Loader, select the Exported Package IPA file and upload to App Store.

Glad to be past this one!

查看更多
老娘就宠你
5楼-- · 2019-03-10 19:33

Please check the application bundleID from itunesconnect & your project in Xcode.We will get this issue if our bundleID mismatch from itunesconnect & project..

I was getting same error. After some investigation, I identify the issue with bundleID. I changed the bundleId as per itunesconnect. App was validated & submitted successful in App Store.

查看更多
地球回转人心会变
6楼-- · 2019-03-10 19:34

For me it helped to upload with the credentials of the account agent. A developer account didn´t work.

查看更多
老娘就宠你
7楼-- · 2019-03-10 19:36

in my application this issue was coming due to of one error that's i uploaded wrong size image in ipad2x that's 152*152 by 144*144 , but some how i export the build and i uploaded it through application loader. application loader told me abt two warning after uploading the build that was not proper icon size image for ipad @2x and the other was 64 bit warning so i solved the icon problem and now i was abled to validate my app successfully with one warning still that's of 32 bit. if u had repeated the steps like you uploaded the build first from application builder than donot forgot to change build number.

查看更多
登录 后发表回答