Failed to register bundle identifier: 403 error

I am a developer with the following roles: Apple Developer Team = admin Using expo & EAS to build & sign = developer

We are running a new project so credentials need to be sync'd up. With EAS i can either upload a p12 or use the automatic app signing credentials.
I have successfully run this in other projects including another where I am the account owner/holder.

For this new project, however, I am not the owner. When I try to "register bundle identifier" it results in:

Error: Apple 403 detected - Access forbidden.

This request is forbidden for security reasons - You currently don't have access to this membership resource.

> eas credentials
✔ Select platform › iOS
✔ Which build profile do you want to configure? › preview
✔ Using build profile: preview
If you provide your Apple account credentials we will be able to generate all necessary build credentials and fully validate them.
This is optional, but without Apple account access you will need to provide all the missing values manually and we can only run minimal validation on them.
✔ Do you want to log in to your Apple account? … yes

› Log in to your Apple Developer account to continue
✔ Apple ID: … myemail@gmail.com
› Restoring session /Users/me/.app-store/auth/myemail@gmail.com/cookie
✔ Select a Team › My Project Team - Company/Organization (XXXXX)
› Provider My Project Team LLC (XXXXX)
✔ Logged in Local session
iOS Credentials
Project            @team/my-app
Bundle Identifier  com.teambundle.dev

                   No credentials set up yet!

✔ What do you want to do? › Build Credentials: Manage everything needed to build your project
iOS Credentials
Project            @team/my-app
Bundle Identifier  com.teambundle.dev

                   No credentials set up yet!

✔ What do you want to do? › All: Set up all the required credentials to build your project

✖ Failed to register bundle identifier com.teambundle.dev
Error: Apple 403 detected - Access forbidden.
This request is forbidden for security reasons - You currently don't have access to this membership resource. Contact your team's Account Holder, MY MANAGER, or an Admin.
Cryptic error?  [Learn ](https://github.com/expo/fyi/blob/main/cryptic-error-eas.md)

Why am I getting a 403?

Answered by DTS Engineer in 871881022

In general, I recommend that you escalate questions like this via the support channel for the third-party tools you’re using.

In this case, however, I have some suggestion before you do that, all related to this:

For this new project, however, I am not the owner.

First, check that this team is an Organization team. If it’s an Individual team, you’ll like run into problems per the note at the top of the Permissions in App Store Connect section of Developer > Program Roles.

Assuming this is an Organization (or Enterprise) team, the next step is to ensure that your operation is compatible with your program role. See the big table at the top of Developer > Support > Articles > Program Roles.

Finally, try to do an equivalent operation on the Developer website itself. If that fails, you can seek help via Apple > Developer > Contact Us. But if that works, this is something for your tools vendor to investigate.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

In general, I recommend that you escalate questions like this via the support channel for the third-party tools you’re using.

In this case, however, I have some suggestion before you do that, all related to this:

For this new project, however, I am not the owner.

First, check that this team is an Organization team. If it’s an Individual team, you’ll like run into problems per the note at the top of the Permissions in App Store Connect section of Developer > Program Roles.

Assuming this is an Organization (or Enterprise) team, the next step is to ensure that your operation is compatible with your program role. See the big table at the top of Developer > Support > Articles > Program Roles.

Finally, try to do an equivalent operation on the Developer website itself. If that fails, you can seek help via Apple > Developer > Contact Us. But if that works, this is something for your tools vendor to investigate.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Failed to register bundle identifier: 403 error
 
 
Q