Ayush sharma
Ayush sharma

Reputation: 169

Validation unsuccessful using Xcode

When I am validating my app using Xcode every time I am getting two error one is iTunesSoftwareServiceAuthentication error and another is iTunes store operation failed. I tried validating the build again and again and every time this error comes. Tried everything found on google regarding this but they are not working. I have attached the screenshot of the error too.

Thanks for help

enter image description here

Upvotes: 0

Views: 74

Answers (4)

Ketan Parmar
Ketan Parmar

Reputation: 27448

Once try by Unselect BitCode after archive and then try to validate! If it is not work then try after few hours. Sometimes it happens because of apple's server issue also.

Upvotes: 0

Jitendra Solanki
Jitendra Solanki

Reputation: 772

This error can be occurred if the membership for the developer account has been expired.

So first visit to developer site to check if this is the case, then apply for renew and then try again.

Upvotes: 0

Usman Javed
Usman Javed

Reputation: 2455

  1. Select App Targets then goto General -> Identity -> Change Build number
  2. Clean and build your project and then Product -> Archive and after that re-generate ipa file and save it in your system.
  3. On top left corner click Xcode -> Open Developer Tool -> Click Application Loader.
  4. Login in Application Loader and upload your archive file using Application Loader.

Upvotes: 2

Vamshi Krishna
Vamshi Krishna

Reputation: 989

1) Go to Xcode -> Preferences and remove your developer account details and try adding them again.

2) Try to Clean your project (CMD + Shift + K), close Xcode, restart Xcode and build project again (CMD + B).

Hope this works for you.

Upvotes: 0

Related Questions