# Publishing To The Mac App Store

## Publish your Deskifier app to the Mac App Store

Once you've successfully built your app in the Deskifier dashboard, follow these steps to create your app store listing.

1. Navigate to <https://developer.apple.com/account> and click Apps

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

2. Click Add Apps

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

3. Fill out your app's information. Here, under Bundle ID, you should see the Bundle ID you added inside the Deskifier dashboard.

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

4. Once you've created your app listing, you can then proceed to upload your app (or start your build) from the Deskifier dashboard.

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

5. Once your app has been uploaded by Deskifier, you will see it appear in your macOS builds.

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


---

# Agent Instructions: 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:

```
GET https://deskifier.gitbook.io/deskifier/publishing-and-code-signing/publishing-to-the-mac-app-store.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
