You do not have the right to use this service for a provider

enter image description here

I'm not sure if this is something with iTunesConnect or not. Error loading archive. The error mentions a name that no one has heard of, perhaps some problems with identifying the problem on parts of Apple.

I tried to restart, clean up the project, delete the Apple ID and add it back to ... the same result. This seems like a mistake here ... (No one heard of Ryan, so probably some weird iTunes)

(I tried the solutions using the link below, it didn’t work) You do not have rights to use this service Error loading iTunes application

+7
ios itunesconnect itunes
source share
6 answers

Instead of using the Xcode application loader, you can still use the deprecated one.

For this:

  • Archive your application usually
  • Open the Organizer, select the created archive, click "Export ..." on the right. Leave "Save for application store deployment", click "Next"
  • Answer export questions, at the end you will get a folder with the exported .ipa file
  • Now run the application loader from the Xcode menu: "Xcode → Open Developer Tool → Application Loader"
  • In the Loader application, click on the “Install your application” icon.
  • Click "Select" in the lower right corner, select a previously exported .ipa
  • Follow download instructions
+2
source share

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

+2
source share

Are you using someone else code? Try to find this name in your project, because some developers forget to delete their code signing settings before publishing open source projects.

+1
source share

I also had this problem. I have a lot of different credentials for different portals, and I think that something does not work properly at the end of Apple (or in the latest Xcode), because I usually have no problems sending the application. I worked on this using the old Application Loader application to submit my work to Apple.

+1
source share

I ran into this problem these days. I am using Xcode 7.1 (7B91b). I tried using methods for this. I thought something was wrong with my certificate or settings. You can pay attention to the following settings;

Xcode -> Preferences -> Accounts -> Choose your account -> View Details

enter image description here

Pay attention to the action, some may show the creation, and then create it. But this does not work for me.

Finally, I downloaded Application Loader

enter image description here

.

+1
source share

To submit an application to the AppStore, the role of your iTunes ID must be either "Agent" or "Administrator".

0
source share

All Articles