Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 7.1 (7B91b) You are not authorised to upload to the App Store

Tags:

xcode

ios

I downloaded Xcode 7.1 from the App Store today after working from 7.1 beta downloads from developer.apple.com and have a new iOS app build to upload. So I did:

  • Product > Archive
  • Upload to App Store (or Validate)

But the response was:

  • You are not authorised to use this service

Intriguingly, when I 'Export' the build to the Desktop and then use Application Loader 3, it uploads without error.

Is this an iTunes Connect bug? Or is there a new Xcode checkbox I've missed?

Note: I've also tried removing and re-adding my AppleID as suggested here, and restarted my Mac for good measure (which actually allowed the validation to work once), but still no luck uploading directly from Xcode > Organiser.

like image 432
sighmon Avatar asked Oct 23 '15 04:10

sighmon


1 Answers

I met the same issue today and I think it is a bug of Xcode 7.1

Finally I managed to submit my app via Application Loader. There were warnings but it did work.

Here are the basic steps:

  1. Archive
  2. Export
  3. Xcode menu --> Xcode --> Open Developer Tool --> Application Loader
  4. Double click "Deliver Your App" and choose the file exported in step #2
  5. click next and follow the instructions until the end
like image 70
Tyler Liu Avatar answered Oct 12 '22 15:10

Tyler Liu