Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iTunes store operation failed: You are not authoried to use this service [duplicate]

I successfully submitted my app a few days ago and waited for a review, however I found a bug in my app later, therefore I rejected the submission and fixed it. But when I try to validate the app, Xcode shows me an error:

iTunes store operation failed: You are not authorized to use this service.

I also tried submit and export options, it shows the same error.

I googled it, someone else also met this error and posted it in stackoverflow, then tried the solution:

re-login -> quit Xcode -> open Xcode -> clean -> archive -> validate

it didn't work.

FYI:

Xcode 6.1.1

The code signing identity in target's building settings is iOS Distribution as well as the one in project's building setting.

like image 307
Cokile Ceoi Avatar asked Feb 17 '15 02:02

Cokile Ceoi


1 Answers

My Apple ID as a dev is different than my iTunes Connect Apple ID. I exported the archive to an iOS App and then used Application Loader to upload it using the ITC ID.

like image 131
Andrew Elliott Avatar answered Sep 30 '22 13:09

Andrew Elliott