qky1412
qky1412

Reputation: 137

Xcode 7.1 upload App error

Error code is 1070 "You must be an Itunes Connect Admin or Technical user in order to deliver content or metadata"

The account's role is agent and has all roles of Itunes Connect, and I also tried another account in the same team whose role is admin and developer role of Itunes Connect, but it still doesn't work.

Upvotes: 10

Views: 5555

Answers (12)

Álvaro Agüero
Álvaro Agüero

Reputation: 4810

My solution was:

Remove others accounts in Xcode -> Preferences -> Accounts

or move your needed Apple ID account to the top of the list.

Upvotes: 0

Muzaffar Ali
Muzaffar Ali

Reputation: 56

Though the role is Admin, i got this error. I solved it by uploading the same build using transporter app by Apple.

Upvotes: 0

vishal sharma
vishal sharma

Reputation: 11

Removed all other accounts which is related to that app(uploading app) except the one was App Manager, Admin and may be developer of the project.

Upvotes: 0

Yogesh Pal
Yogesh Pal

Reputation: 47

It is possible that your (apple id from which you are trying to upload build) session has been expired. In my case it was expired. You need to login again.

Check by using below steps

XCode>Preferences>Accounts

Upvotes: 0

kolt siewerts
kolt siewerts

Reputation: 41

I just had the same error under these circumstances:

Now the App Store seems to have been confused, thinking that the marketing account [email protected] wanted to upload a binary, which is not allowed.

Had to delete my [email protected] account from Xcode and tried the upload again and it worked 🚀

Upvotes: 0

Amir Ehsanijam
Amir Ehsanijam

Reputation: 76

I have the same issue on Xcode 11.3 for uploading.

It seems a bug for Xcode.

I had 3 accounts added to Xcode and just one of them was an Admin. I asked the Owner to change my role to Admin but i got this error again.

It's stupid but i only had one account left that even not used in the project!!

So i asked again to add this account and set its role to Admin and the error was still remained.

So i went to the accounts added in Xcode -> Preferences -> Accounts and removed all other accounts except the one was Owner, Admin of this project and problem solved!!

The solution worked for me was just to remove other accounts which are not Owner, Admin role from Xcode.

Upvotes: 3

Neo.Mxn0
Neo.Mxn0

Reputation: 1096

My problem:

I've just upload successfully at 4pm

Then at 5pm, I got this error message (I wonder why!):

you must be an admin or technical user in order to deliver content or metadata.

My solution:

Menu XCode > Preference

Tab Account

Remove others AppleID account or move your needed Apple ID account to the top of the list.

Upload again and luckily it's successful

Upvotes: 1

Santosh
Santosh

Reputation: 613

I got this issue after updating Xcode to 10.2.1. Here is my solution.

  1. Open Application Loader. To open it, goto Xcode menu>> Open Developer Tool and click Application Loader.
  2. Now check which Apple ID you are connected to on top left corner of Application Loader. Here is an image.enter image description here
  3. This is primary Apple ID Xcode is connected to. So, make sure you have Developer/Admin access to this particular Apple ID to upload app. Or you can Sign Out existing Apple ID currently showing in Application Loader and Sign in with Apple ID you are trying to upload build file.

In my case, instead of signing out, I gave admin permission to [email protected] account and I was able to upload my app.

Hope this will help someone.

Upvotes: 0

Zhu Dengquan
Zhu Dengquan

Reputation: 21

  1. Find your accounts, Xcode -> Preferences -> Accounts;
  2. Delete all accounts;
  3. Login accounts again;
  4. Close Xcode;
  5. Open Xcode again.

It works for me.

Upvotes: 2

Cujan
Cujan

Reputation: 1

Xcode 9 still has this problem, too.

My account is already assigned as ADMIN role on the App Store Connect. But when I upload app by using Xcode still encounter this issue "You must be an Itunes Connect Admin or Technical user in order to deliver content or metadata"(1070).

My solution is export the .ipa file, then using Application Loader to upload .ipa. It works for me.

Upvotes: 0

chrisamanse
chrisamanse

Reputation: 4319

iTunes Connect support says the workaround is to just change the team member's role to Admin, then upload should work. After upload, you can now change back the team member's role to its original role. Subsequent uploads might work but for other's it still won't. Update: Reverting to original role results in error again, so you need to be Admin to upload builds. As of now, there are no news of a fix.

EDIT:

Source: Apple Developer Forums and tried it myself.

Upvotes: 5

qky1412
qky1412

Reputation: 137

I finally overcome this annoying problem, the approach is to transfer the agent to another account.

Upvotes: -1

Related Questions