> For the complete documentation index, see [llms.txt](https://knowledge-base.letsgetdigital.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge-base.letsgetdigital.com/in-person-event/application/how-to-complete-your-trader-status-in-app-store-connect.md).

# How to Complete Your Trader Status in App Store Connect

### Why This Is Important

Due to a recent update from Apple, all clients must provide updated information regarding their Trader Status before publishing a new app. If this step is not completed, Apple will not allow us to publish your branded app.

You can check your Trader Status by looking for a red warning banner in App Store Connect. If you see this banner, action is required. If you do not see the banner, your Trader Status is likely already set up—but we strongly recommend double-checking to ensure everything is correct.

### Steps to Complete Your Trader Status

**1. Log in to App Store Connect**

• Go to [App Store Connect](https://appstoreconnect.apple.com/) and log in with your Apple Developer credentials.

**2. Navigate to the ‘Apps’ Tab**

• Click on the Apps section to see an overview of your apps.

**3. Look for the Red Warning Banner**

• If your Trader Status is not properly configured, you will see a red warning banner at the top of the screen.

<figure><img src="/files/gYod5gSQEHxsuozRvUAS" alt=""><figcaption></figcaption></figure>

**4. Follow the Instructions in the Banner**

• Click on the link in the warning banner.

• Complete the required steps as instructed by Apple.

**5. Confirm the Update**

• Once you have submitted your Trader Status information, please let us know so we can proceed with publishing your app.

#### Troubleshooting & FAQ

**Q: I don’t see a red warning banner. Does that mean I’m all set?**

A: Most likely, yes! However, we recommend double-checking your settings in App Store Connect to ensure your Trader Status is fully configured.

**Q: What happens if I don’t complete this step?**

A: If your Trader Status is not updated, Apple will not allow us to publish your app. This could delay your launch.

**Q: I’m having trouble completing the steps. What should I do?**

A: If you need assistance, feel free to contact our support team, and we’ll be happy to help!<br>

<br>

<br>


---

# 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://knowledge-base.letsgetdigital.com/in-person-event/application/how-to-complete-your-trader-status-in-app-store-connect.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.
