Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

You are not authorized to use this service for provider

enter image description here

I'm not really sure if this is something with iTunesConnect or not. Uploading an archive results in an error. The error mentions a name no one here heard of, possibly some ID issue confusion on apple part.

I tried restarting, cleaning project, removing Apple ID and adding it back in... same result. It's similar to the error here... (No one heard here of Ryan, so probably some iTunes weirdness)

(tried solutions from link below, didn't work) You are not authorised to use this service iTunes app upload error

like image 546
Chris Avatar asked Aug 12 '15 18:08

Chris


3 Answers

Instead of using XCode app loader, you can still use legacy one.

To do it:

  1. Archive your app normally
  2. Open Organizer, select created archive, press "Export..." on the right. Leave "Save for App Store Deployment" selected, press "Next"
  3. Answer export questions, at the end you will get folder with exported .ipa file
  4. Now, launch app loader from XCode menu: "XCode -> Open Developer Tool -> Application Loader"
  5. In Application Loader click "Deliver your app" icon
  6. Press 'Choose' in the right bottom, select previously exported .ipa
  7. Follow upload steps
like image 92
AlexeyVMP Avatar answered Dec 10 '22 07:12

AlexeyVMP


In Xcode 7, a simple restart fixed the issue for me.

like image 45
Offek Avatar answered Dec 10 '22 07:12

Offek


Do you use someone's other's code? Try to search for this name in your project, because some developers forget to remove their Code Signing settings before publishing open source projects.

like image 26
Juri Noga Avatar answered Dec 10 '22 07:12

Juri Noga