Reputation: 169
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
Upvotes: 0
Views: 74
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
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
Reputation: 2455
ipa
file and save it in your system.Upvotes: 2
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