Reputation: 1539
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
Upvotes: 7
Views: 2783
Reputation: 2426
Instead of using XCode app loader, you can still use legacy one.
To do it:
Upvotes: 2
Reputation: 7292
I have met this problem these days.I'm using Xcode 7.1 (7B91b).I have tried may methods for this.I thought there is something wrong with my certificate or provisioning settings.You can pay attention to the following settings;
Xcode -> Preferences -> Accounts -> Choose your account -> View Details
Pay attention to the Action, some may show create,and then you create it.But this is not working for me.
At last, I have uploaded by the Application Loader
.
Upvotes: 1
Reputation: 1650
In-order to submit app to AppStore the role of your iTunes id need to be either "Agent" or "Admin".
Upvotes: 0
Reputation: 253
I was having this problem as well. I have a lot of different credentials for different portals, and I think something was not working properly on Apple's end (or in the latest XCode), because I usually have no issues when submitting an app. I worked around it by using the old 'Application Loader' app to submit my work to Apple.
Upvotes: 1
Reputation: 4391
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.
Upvotes: 1