You are not authorised to use this service iTunes app upload error

IosIphoneXcodeXcode6App Store-Connect

Ios Problem Overview


Since the Apple "Users & Roles" update to iTunesConnect end of november 2015 some people have been experiencing an error message "iTunes Store operation Failed" and "You are not authorized to use this service".

This happens when using XCode 6 and 7

enter image description here

Previously i was able to upload app using the same iTunes account.

Ios Solutions


Solution 1 - Ios

I had the same issue today. What I did is mentioned below.

Go to XCode -> Preferences -> Accounts -> Apple Ids

From that select your Apple ID, remove it, and then add it again. Quit Xcode, open it again, and then clean and archive the project.

It worked for me.

Hope it works for someone else also.


EDIT

If your Apple ID is already there you can also try with refresh button for all provisioning profiles and certificates.

Then restart Xcode, clean and build the project. You'll be good to go!

Solution 2 - Ios

On Xcode 7.1 I disabled bitcode during the submission and it uploaded perfectly. enter image description here

EDIT: You can also export your app archive (iOS App Store Submission) and use Application Loader (press choose button and locate your export file). There is no "Include bitcode" option, so my Guess is it's off by default in Application Loader.

Solution 3 - Ios

Finally i am able to upload the ipa to the iTunes store.

First of all i create ipa using Xcode 6, Export for iOS App Store Submission. Save on my mac.

And upload ipa using Application Loader version 2.9.1. And it was successfully uploaded to iTunes.

May be It will help someone.

Solution 4 - Ios

I know it is an old question, but maybe I noticed something that it might help you.

Today when I try to login to Itunes Connect via browser, Apple returns me a message "Your Apple ID or password was entered incorrectly." , but I'm sure that my id and pass was correct . It seems apple side problem, not ours.

I think that there is something that it doesn't work in Apple, and it is not an Xcode bug.

I don't know why they don't warn anyone about that.

EDIT

Now Apple updated its System Status - Apple Developer.

Solution 5 - Ios

I experienced the same error when I was working from overseas and had a very slow internet connection (upload speed). In my case it had nothing to do with the credentials or refreshing of the profiles. It was just the upload speed. I had an upload speed of less that 1Mbps. I attempted multiple times without success. Then I went to a restaurant where the upload speed was 11Mbps and it worked perfectly.

Solution 6 - Ios

You selected developer account which don't have rights to publish. Make sure that you selecting correct one.

On the picture:

  1. Is the agent account.
  2. Member account without rights to publish.

enter image description here

Solution 7 - Ios

I was also experiencing this issue last week. But that was due to iTunesConnect outage but now apple solved that issue and server working fine so you will not experience this issue. Please check and hope that will work now.

Solution 8 - Ios

  1. Delete your account on Xcode Preferences Accounts
  2. Close Xcode
  3. Add Your account again
  4. Archive
  5. Submit

Solution 9 - Ios

I got this error today when trying to upload from Xcode 6. The app I tried to upload was developed for another customer, but I was admin on their account. But, now my personal Apple Developer Subscription has expired. I'm still admin on the clients account, so I could login, validate builds, download provitioning profiles, etc, but when I tried to submit I got the error described above.

My solution was to remove my own Apple Id and instead login using my clients Apple Id directly.

Solution 10 - Ios

Delete your Apple ID from xocde and add it again, make sure you quite beta Xcode if you have opened, then open it again, clean, archive, validate, it works for me

Solution 11 - Ios

Log out of the application loader, then sign back in.

Happened to me and was banging my head against the wall for hours with different combinations of signing...

Solution 12 - Ios

I was using a wrong provisioning profile (old one) when hitting this error.

Just go member center and download current provisioning profile for AppStore distribution. Double-click to install and make sure that this profile is used when building the app.

enter image description here

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionPradhyuman ChavdaView Question on Stackoverflow
Solution 1 - IosManthanView Answer on Stackoverflow
Solution 2 - IosTibidaboView Answer on Stackoverflow
Solution 3 - IosPradhyuman ChavdaView Answer on Stackoverflow
Solution 4 - IosLuca D'AlbertiView Answer on Stackoverflow
Solution 5 - IosstacconiView Answer on Stackoverflow
Solution 6 - IosAlexey BondarchukView Answer on Stackoverflow
Solution 7 - IosAppAspectView Answer on Stackoverflow
Solution 8 - IosjcuberoView Answer on Stackoverflow
Solution 9 - IosJohan NordbergView Answer on Stackoverflow
Solution 10 - Iosfacebook-100000347310614View Answer on Stackoverflow
Solution 11 - IosTaylor HallidayView Answer on Stackoverflow
Solution 12 - IosViktor KuceraView Answer on Stackoverflow