# 구글 개발자 계정 생성 방법

***

{% hint style="success" %}
앱을 플레이스토어에 출시하려면 구글 개발자 계정을 필수로 보유해야 합니다.

<mark style="color:red;">\*계정 대리등록, 계정 판매 등은 불가합니다.</mark>

2024년부터는 구글 정책 변경에 따라 신규 앱은 오직 **조직(비즈니스) 개발자계정**을 통해서만 등록할 수 있어요.

단, 2023년 11월 이전 만들어진 개발자 계정이라면 '개인'이라도 앱 등록 가능하구요.

2023년 12월 이후 생성되는 계저은 반드시 '조직(비즈니스)' 계정으로만 이용 가능합니다.&#x20;
{% endhint %}

***

### 구글 개발자계정 생성 절차 요약 <a href="#id-1" id="id-1"></a>

**1.D-U-N-S번호 생성**

* D-U-N-S번호는 Dun & Bradstreet에서 개발한, 비즈니스를 식별하는 고유한 9자리 번호예요.
* 조직 개발자계정 생성에 이 번호가 필요하므로 가이드를 참고하여 번호를 발급하세요.
* [**D-U-N-S번호는 어떻게 만드나요?**](https://documentation.swing2app.co.kr/developer/duns)

**2.구글 계정 생성**

* 개발자 계정으로 사용할 구글 계정을 만드세요. 이미 계정이 있다면, 이 단계를 건너뛸 수 있어요.

**3.구글 개발자계정 생성**

* 구글 Play Console은 앱을 관리하고 출시하는 플랫폼이에요. 여기서 개발자 계정을 생성해 주세요.

**4.조직 웹 사이트 인증 및 본인 인증**

* 계정 생성 후, 조직 웹 사이트 인증과 본인 확인을 진행해야 계정 생성이 최종적으로 완료되어요.

<mark style="color:blue;">**구글 개발자 조직 계정 만들기 상세 방법은 아래 가이드를 확인해주세요.**</mark>&#x20;

{% embed url="<https://documentation.swing2app.co.kr/knowledgebase/playstore/google-businessdeveloper>" %}


---

# 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://documentation.swing2app.co.kr/knowledgebase/faq/googleaccount.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.
