> For the complete documentation index, see [llms.txt](https://documentation.swing2app.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.swing2app.com/store/appstore/appstore-customercenter.md).

# How to use the App Store Customer Center

![](https://support.swing2app.com/wp-content/uploads/2018/09/appstore_help.png)

**How to use the Apple App Store Customer Center**

<mark style="color:blue;">**How to use the App Store Customer Center**</mark>

\
\&#xNAN;**☞**[**Go to App Store Customer Service Center**](https://developer.apple.com/contact/#!/topic/select)

If you select the shortcut above, you’ll be taken to the App Store Customer Service Center.\
\
\&#xNAN;**★ You must have an Apple account to use the Contact page. (Please login with your Apple account)**

![](https://support.swing2app.com/wp-content/uploads/2018/09/ad62.png)

In the Contact Us menu, select the inquiry you want to find.

![](https://support.swing2app.com/wp-content/uploads/2018/09/ad63.png)

Apple can choose between **phone support and email answers**.\
You can leave a phone number and the person in charge will be asked to call you, or you can receive a reply by email.\
You can call us between 9 AM to 5 PM.

![](https://support.swing2app.com/wp-content/uploads/2018/09/Screenshot-2020-05-05-at-17.59.32.png)

In Apple’s case, however, the method of application depends on the contents of the inquiry.\
Please note that you may need to send an email unconditionally.\
\
Apple, like Google, has a simple inquiry, and if you leave your phone number through a callback, you can call it from the help center.\
If you have a variety of inquiries after the app launch, we hope you help us use the above method. ^^


---

# 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://documentation.swing2app.com/store/appstore/appstore-customercenter.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.
