# 애플 개발자 계정 라이센스 동의 여부는 어떻게 확인하나요?

애플 개발자 계정 접속하시면 첫 페이지에서 라이센스 동의가 안 되어 있을 때 \
아래의 이미지처럼 '프로그램 사용권 계약이 업데이트되었습니다.' 내용이 노출되며&#x20;\[계약 검토] 버튼도 노출돼요.&#x20;

***

## 라이센스 동의 처리 안 되어 있는 경우

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

### 동의 처리 방법

{% stepper %}
{% step %}
[developer.apple.com/account 페이지 접속 \[클릭!\]](https://developer.apple.com/account)
{% endstep %}

{% step %}
접속 및 로그인 > 프로그램 사용권 계약 업데이트
{% endstep %}

{% step %}
관련 내용의 계약 검토 버튼 클릭 > 동의 처리
{% endstep %}
{% endstepper %}

## 라이센스 동의 처리 되어 있는 경우

'프로그램 사용권 계약이 업데이트되었습니다.' 문구 내용과 \[계약 검토] 버튼 미노출

<figure><img src="/files/n9Fk9CP4Y9YKTkLvFPF4" 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://help.makeshop.co.kr/faq/mobile/undefined-1/undefined-50.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.
