> 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/contacting-apple-support.md).

# Contacting Apple Support

## Overview <a href="#overview" id="overview"></a>

We have done our best to guide you through the necessary steps as required by Apple to be able to publish the app in their app store, however, ***if you encounter any difficulties then we strongly suggest contacting Apple directly as it is their services and processes.*** However, because it isn't easy contacting Apple over the phone, we have broken down the process here for you. There are some problems that you should always refer to Apple and contact them which you can find explained below.

{% hint style="info" %}
**Note:** The below process only helps with problems with registering for an Apple Developer Account, not registering for a regular Apple ID.
{% endhint %}

## Problems that will always require Apple's support <a href="#problems-that-will-always-require-apples-support" id="problems-that-will-always-require-apples-support"></a>

{% tabs %}
{% tab title="Legal Entity Name incorrect" %}
This is when the name of your association doesn't match the D-U-N-S number. This often is because Apple does not allow special characters in the association's name, such as: ‘-/%$#. This for certain associations however is part of their name (For example: K.S.V. “Sint Franciscus Xaverius”). For help with this, you need to speak to Apple.
{% endtab %}

{% tab title="No Apple device for registration" %}
To register with an Apple ID and enable two-step authentication, you need to have access to an Apple Device (Iphone, Ipad, Macbook etc) where you can activate this account. If you don't have one (Or you have more than three accounts registered on that device), you won't be able to activate that account. For help with this problem, you will need to speak to Apple.
{% endtab %}
{% endtabs %}

## Contacting Apple Support

1. &#x20;Go to developer.apple.com/support/ and click on 'Contact us'.

![](https://gblobscdn.gitbook.com/assets%2F-LnvOYoR6OwNZ905Jz7E%2F-Lnwdh9E01O9q1ZdINa1%2F-Lnwg1yq7LAy_O5x3VUY%2FStep%201.png?alt=media\&token=50a62c1a-c58d-40fa-859b-efda095ad5b0)

&#x20;2\. If needed, log in with your Apple account.

![](https://gblobscdn.gitbook.com/assets%2F-LnvOYoR6OwNZ905Jz7E%2F-Lnwdh9E01O9q1ZdINa1%2F-LnwiM5NZSCBz2Kfht7B%2FStep%202.png?alt=media\&token=3a8dd447-3c52-4ee8-80c0-79c850be54f7)

&#x20;3\. Select 'Membership and Account'.

![](https://gblobscdn.gitbook.com/assets%2F-LnvOYoR6OwNZ905Jz7E%2F-Lnwdh9E01O9q1ZdINa1%2F-LnwiP5hab_qCCC26KiM%2FStep%203.png?alt=media\&token=60890283-9c95-43d0-b03b-dbcef3990642)

&#x20;4\. Select the topic that best describes your problem. This is likely to be 'Programme Enrolment'.

![](https://gblobscdn.gitbook.com/assets%2F-LnvOYoR6OwNZ905Jz7E%2F-Lnwdh9E01O9q1ZdINa1%2F-LnwiS6rrp77s1oO2QUG%2FStep%204.png?alt=media\&token=8842e6bf-049e-4652-a722-57d807bbc6b6)

&#x20;5\. Choose 'Phone'.

![](https://gblobscdn.gitbook.com/assets%2F-LnvOYoR6OwNZ905Jz7E%2F-Lnwdh9E01O9q1ZdINa1%2F-LnwiV5HVOvM6kXq7U69%2FStep%205.png?alt=media\&token=d334ab1e-47bd-4f3b-8a8b-92c2f566d543)

&#x20;6\. Select +31 for The Netherlands, +44 for the UK, or the relevant area code for your location, and enter your phone number before clicking on 'Call me'. \
7\. Apple should then call you back within approximately 1 minute. Explain the problem to Apple when they do call and follow their instructions.

![](https://gblobscdn.gitbook.com/assets%2F-LnvOYoR6OwNZ905Jz7E%2F-Lnwdh9E01O9q1ZdINa1%2F-LnwiXfV2RYmZDoD_SgZ%2FStep%206.png?alt=media\&token=4564bb78-45b7-4fe9-a679-d4e17e0f4c02)


---

# 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/contacting-apple-support.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.
