> For the complete documentation index, see [llms.txt](https://opusecom.gitbook.io/opus-mobile-builder/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://opusecom.gitbook.io/opus-mobile-builder/app-submission/developer-account-access-invitation-guide.md).

# Developer Account Access Invitation Guide

### Overview

If you choose to submit your mobile app using your own Apple Developer or Google Play Developer account, you will need to grant access to the Ego Mobile Builder team so they can help configure and submit the app on your behalf.

This access is granted by inviting an email address to your developer account with the appropriate permissions.

This guide explains how to invite a collaborator to:

* Apple App Store Connect: <support@opusecom.co>
* Google Play Console: <supportopusecom@gmail.com>

***

## 1. Invite Access to Apple App Store Connect

### Before You Start

Make sure that:

* You have an active Apple Developer account
* You have Admin or Account Holder permissions
* You know the email address provided by the Ego Mobile Builder team

Apple manages app publishing through App Store Connect, where collaborators can be invited.

***

### Step 1: Log in to App Store Connect

1. Go to [https://appstoreconnect.apple.com](https://appstoreconnect.apple.com/)
2. Sign in using your Apple Developer account

***

### Step 2: Open Users and Access

1. From the dashboard, click Users and Access
2. You will see the list of current users with access to your account

***

### Step 3: Add a New User

1. Click the + (Add User) button
2. Enter the following information:

* First Name
* Last Name
* Email Address (the email provided by the Ego Mobile Builder team): <support@opusecom.co>&#x20;

![](/files/0tsWHhLGMA7xdx8UwSbn)

***

### Step 4: Assign Roles

Assign the appropriate role so the team can manage submission tasks.

Recommended roles typically include:

* Admin (full access - recommended for submission tasks)\
  or
* App Manager

If requested by the platform, also ensure access is granted to:

* App management
* TestFlight
* App submission and metadata editing

![](/files/ehKp76vwe1RLHffKm9y9)

***

### Step 5: Send the Invitation

1. Review the role permissions
2. Click Invite

Apple will send an invitation email to the provided address. Once accepted, the invited user will be able to access your App Store Connect account according to the assigned permissions.

![](/files/GdhXClIjojFWo8urePtV)

***

## 2. Invite Access to Google Play Console

### Before You Start

Make sure that:

* You have an active Google Play Developer account
* You have Owner or Admin access
* You have the email address provided by the Ego Mobile Builder team

Google Play uses the Play Console to manage apps and permissions.

***

### Step 1: Log in to Google Play Console

1. Go to\
   <https://play.google.com/console>
2. Sign in with your Google Play Developer account

***

### Step 2: Open Users and Permissions

1. In the left navigation menu, open Users and Permissions
2. This page displays all users who have access to your developer account

![](/files/KT7VlfRxDJgBb8uCDlQd)

***

### Step 3: Invite a New User

1. Click Invite New User
2. Enter the email address provided by the Ego Mobile Builder team: <supportopusecom@gmail.com>

![](/files/lwQZJj1NR3vp7IAYhBLA)

***

### Step 4: Assign Permissions

Grant the necessary permissions for app submission and management.

Common permissions include:

* Release Manager
* App Manager
* Store Listing management
* Production releases
* Testing management

Depending on the platform requirements, you may grant broader access such as Admin, or limited access specifically for app release tasks.

![](/files/rDuIYPUtW7Q6Mwi0L7xj)

***

### Step 5: Send the Invitation

1. Review the selected permissions
2. Click Invite User

The invited user will receive an email invitation and can access your Play Console once they accept the invitation.

![](/files/mO0tcy8CuRyskIXgHda8)

***

## After Sending the Invitations

Once both invitations are accepted:

* The Ego Mobile Builder team will be able to:
* Configure your app listing
* Upload app builds
* Manage store metadata
* Submit the app for review

You can continue managing your account and revoke or modify permissions at any time.

***

## Important Notes

* You retain full ownership of your developer accounts.
* Access granted through invitations can be modified or removed anytime.
* Always ensure the email address you invite is provided by the official Ego Mobile Builder team.

If the invitation has not been accepted yet, you can resend it from the Users and Access or Users and Permissions section of your developer account.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://opusecom.gitbook.io/opus-mobile-builder/app-submission/developer-account-access-invitation-guide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
