/
💻

iOS 인증서 생성하기 - Identifier

React Native
On this page
  • ❐ Identifiers 이란?
  • ❐ Identifiers 생성하는 방법

❐ Identifiers 이란?

앱을 구별하는 식별자인 App ID입니다.
App ID Prefix는 애플에서 개발자 계정별로 부여하는 Team ID 입니다.
App ID Suffix는 Bundle ID 입니다.


❐ Identifiers 생성하는 방법

AppStore Connect 사이트 > Certificates, Identifiers & Profiles > Identifiers 메뉴에 접속합니다.
developer.apple.com/acc...list


Identifiers > + 버튼을 클릭합니다. react native create ios certificate identifiers1


'App IDs'를 선택한 후 Continue 버튼을 클릭합니다. react native create ios certificate identifiers2


'App'을 선택한 후 Continue 버튼을 클릭합니다. react native create ios certificate identifiers3


App ID 정보를 입력한 후 Continue 버튼을 클릭합니다.

  • App ID Prefix : TeamID를 선택합니다.
  • Description : 앱 이름을 입력합니다.
  • Bundle ID : Bundle ID를 입력합니다.
  • Capabilities : 앱에서 사용 중인 서비스를 체크합니다.
react native create ios certificate identifiers4

입력한 정보를 확인한 후 Register 버튼을 클릭합니다. react native create ios certificate identifiers5



SoDevly의 개발 블로그