# iOS 개발자 계정을 반드시 법인 유형으로 선택 후 생성해야 하나요?

2019년 2월 28일부로 Apple 개발자 계정 접속 시 매회 이중 인증을 필수로 하게 되었어요. \
Apple 기기가 있으시다면 휴대폰이 변경되거나 담당자가 변경되는 것을 대비하여 기기에 이중 인증을 추가로 해놓는 것을 권장해 드리며, iOS 개발자 계정을 개인 유형으로 앱 출시는 가능하나 아래와 같이 매번 이중 인증을 진행해야 해요.

> [Apple 계정의 이중 인증 자세히 확인하기 \[클릭!\]](https://support.apple.com/ko-kr/102660)

## iOS 개발자 개인 계정 / 이중 인증 필요한 시점

1. 로그인 할 때마다 이중 인증 필요
2. 앱 업데이트 및 신규 출시를 위해서 앱 빌드 시 이중 인증 2회 필요
3. 앱 업로드를 위해서 앱 스토어 커넥트 페이지 접근 시
4. 그 외 라이센스 동의 등 해당 계정에 접근 필요할 때

또한 로그인 이중 인증과 앱 빌드 시 이중 인증은 별개이기 때문에 저희 메이크샵에서 로그인을 진행 했을 때 앱 빌드 작업 시 다시 이중 인증을 진행해야 해요.&#x20;

위와 같이 개인계정은 iOS 보안 정책에 의하여 저희 쪽에서 관리할 수 없기 때문에 iOS 개발자 계정은 되도록 DUNS 넘버 생성해 주셔서 법인 유형 → 회사/기관 선택 후 계정 생성해 주세요.

> [iOS 개발자 계정 생성 가이드 / 6페이지 참고\[클릭!\]](https://tip.img2.kr/FAQ/newmakeshop/kimjh/power_app/faq/IOS_Create_Account.pdf#page=6)


---

# 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/ios-3.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.
