본문 바로가기
iOS

[iOS] Apple Developer - 2.Identifiers(식별자 AppID)

by dev후추 2022. 10. 3.

[전체 단계]

https://devpepper.tistory.com/21

 

[iOS] Apple Developer - Certificates, IDs & Profiles (Provisioning Profile(프로비저닝 프로필))

iOS 앱등록을 하기 위해 준비하는 과정 중 나에게 가장 생소했던 단계였다. 이 포스팅은 개발용, 앱스토어 등록용 프로필 생성을 기준으로 작성하였다. [ 애플 개발자 ] - 로그인 https://developer.apple

devpepper.tistory.com


 

[ 애플 개발자 ]

- 로그인

https://developer.apple.com/kr/

 

Apple Developer

Apple 플랫폼에서 개발할 절호의 기회입니다

developer.apple.com


2. Identifiers

Identifiers
- +버튼 클릭
RegisterAnewidentifier
Register a new identifier

- App IDs 선택
- Continue
SelectAtype
Select a type
- [App] 선택
- Continue
RegisterAnAppID
Register an App ID

- App ID Prefix에 Team ID가 생성된것 확인
- Desctiption : 본인은 앱이름(Project)을 작성함(영문)
- Bundle ID : 앱 개발프로그램에서 작성했던
                      BundleID와 동일하게 작성
                      (ex. com.company.project - 하단예시참조)

- Continue
BundleID
BundleID

ex) 개발 프로그램 BundleID(Identifier) 위치
 - Unity PlayerSettings
 - XCode

ConfirmyourAppID
Confirm your App ID

- Register 클릭

Identifiers
Identifiers 하단에 방금 등록한 ID가 반영
EditUourAppIDConfiguration
Edit your App ID Configuration

ID를 클릭하면
Discription을 수정하거나 ID를 삭제할 수 있다.